How to provide custom names for the Field List data items
This example demonstrates how to use the IDisplayNameProvider interface (which substituted the IDataDictionary interface starting with the 11.2 XtraReports version) to change the names of the Field...
View ArticleHow to disable a particular row in the GridView
This example demonstrates how to create a helper class that allows you to enable/disable rows with ease. A disabled row is a row that has a specific appearance, and its in-place editors can't be...
View ArticleHow to modify the availability/visibility of context menu items on the client...
In some scenarios you need to change availability/visibility of some context menu items in depending on selected appointment properties.Since the ASPxScheduler.PopupMenuShowing is a server-side event...
View ArticleParameters - How to create cascading ComboBoxes
This example illustrates how to filter values displayed in the second parameter based on the first one.
View ArticleHow to bind the Cloud Control to an XML Data Source
This example demonstrates how to bind the ASPxCloudControl to XML Data Sources.
View ArticleHow to provide custom separators for records of a mail-merge document
This example demonstrates how to provide a custom element to separate each record in a document when none of the standard separators meets your requirements.After running this example, click...
View ArticleHow to: Populate DXListView with Data from Datasource (Final Code)
This example shows how to populate a DXListView control with data from a data source. A tutorial giving you step-by-step instructions to recreate this example can be found in the documentation.
View ArticleHow to implement the drag-and-drop capability to re-order rows and drop them...
We have implemented GridDragDropManager behavior in the grid extentions library. This attached behavior allows you to include the drag and drop support in your application more easily than the old...
View ArticleASPxGridView with alphabetic pager
This example illustrates how to create a custom alphabetic pager. In fact, Alphabetic pager is filtering by a column. In this example we create a custom pager template, which contains anchors with...
View ArticleHow to Access the Application Model in Code
This example demonstrates how to use the View.Model property to set the required value for the current ListView node's MasterDetailMode property. For this purpose, a new View Controller is created, and...
View ArticleHow to apply the even/odd row appearance feature to each set of grouped rows...
When the appearance of even and odd rows is enabled, these rows are painted with different colors. By default, the GridView determines whether a row is even or odd based on the RowHandle. In this...
View ArticleHow to connect to a remote data service instead of using a direct database...
ScenarioIn this example, we will create a WCF IDataStore service that will be used by our client (Console Application) as a data layer. Instead of the direct connection to the database, our client will...
View ArticleHow to use the TrackBar editor to edit a Model field
This example illustrates how to use the MVC TrackBar Extension to edit a Model field. TrackBar is populated via the TrackBarExtension.BindList method with the IEnumerable collection passed via the...
View ArticleHow to connect to a remote data service from a Silverlight Application
Scenario: In this example we will create a WCF IDataStore service that will be used by our client (SilverLight Application) as a data layer. Instead of direct connection to the database, our client...
View ArticleHow to add custom filter items into the DateTime filter popup window
This example demonstrates how to add the capability to enter "greater than", "less than", and "between" directly from the calendar popup filter list.To provide this functionality, it is necessary to...
View ArticleHow to create custom legend radio buttons to control visibility of a chart...
This example demonstrates how to show a series (Point, Line or Area) , depending on the selection state of a custom radio button in the chart legend.
View ArticleHow to create a data caching service that helps improve performance in...
Scenario:In the How to connect to a remote data service instead of using a direct database connection example we described how to connect to the WCF service via console application. If you want to take...
View ArticleHow to export only selected GridView rows to different output rich text formats
This example is an illustration of the KA18639: How to export GridView rows and keep end-user modifications (such as sorting, grouping, filtering, selection) KB Article. Refer to the Article for an...
View ArticleHow to display appointments in Agenda View by using the GridControl component
In fact, the Agenda view is a list of upcoming events grouped by the appointment's date. This list can be displayed in the GridControl component.This example demonstrates how to implement this...
View ArticleHow to display a chart within a range control using the date-time chart client
This example demonstrates how to use the date-time chart client for a range control to display a chart with date-time data within the range control's viewport.
View Article