How to: merge ribbon controls in tabbed MDI interface
In this example, the DockLayoutManager component implements the tabbed MDI interface. The main application window, as well as tabs, contains ribbon controls. The example illustrates pages, page groups...
View ArticleHow to sort the pivot grid's data by OLAP member properties
This example demonstrates how to sort data by OLAP member properties using the CustomServerModeSort event. In this example, the "Product" field's values are sorted by the "Color" OLAP member...
View ArticleHow to create edit form templates dynamically
This example illustrates how to add editors within the EditFormTemplateContainer of ASPxGridView programmatically by implementing the ITemplate interface.See also:ASPxGridView - How to load UserControl...
View ArticleHow to sort the pivot grid's data by OLAP member properties
This example demonstrates how to sort data by OLAP member properties using the CustomServerModeSort event. In this example, the "Product" field's values are sorted by the "List Price" OLAP member...
View ArticleHow to apply style format conditions to grid cells at runtime in versions...
OBSOLETE. Starting from version 14.1, DXGrid introduces the built-in conditional formatting feature. Please refer to How to implement conditional formatting for rows for details.This example...
View ArticleHow to scroll TableView on selecting row with moving the mouse outside view...
This example illustrates how to add the DXGrid behavior which provides the capability to select rows and cells by simply moving the mouse over them with the mouse button pressed and auto-scrolling the...
View ArticleDrag&drop items from one standalone GalleryControl to another one (extended)
This example demonstrates how to implement a custom helper class to highlight the position for insertion when dragging gallery items.See Also:How to drag and drop an item from one standalone...
View ArticleHow to implement CRUD operations using DXGrid with Entity Framework (Instant...
This example shows how to use EntityInstantFeedbackDataSource with the DXGrid for WPF and perform CRUD operations (add, remove, edit) via Entity Framework.Starting with 14.1, this example works with...
View ArticleHow to convert and then print an GridView extension by using the XtraReport
This example demonstrates how to dynamically create a report based upon the GridView extension at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...
View ArticleHow to manually generate vector items to display on a map
The following example demonstrates how to create an array of vector items and display on a map.Question CommentsAdded By: NORMAN LAI at: 10/29/2015 3:23:59 PM I have lat and long data from the...
View ArticleASPxGridView - How to cache data on the client side
This example demonstrates how to cache data on the client to avoid unnecessary callbacks. In this example, data for two columns - "title_id" and "title" - is passed to the client and cached. Thus you...
View ArticleHow to bind a Pivot dashboard item to data in code
The following example demonstrates how to bind a Pivot dashboard item to data in code.
View ArticleHow to bind a Gauge dashboard item to data in code
The following example demonstrates how to bind a Gauge dashboard item to data in code.
View ArticleHow to bind a Pie dashboard item to data in code
The following example demonstrates how to bind a Pie dashboard item to data in code.
View ArticleHow to bind a Chart dashboard item to data in code
The following example demonstrates how to bind a Chart dashboard item to data in code.
View ArticleHow to bind a Range Filter dashboard item to data in code
The following example demonstrates how to bind a Range Filter dashboard item to data in code.In this example, the Range Filter is used to apply filtering to a pivot dashboard item's data.
View ArticleHow to bind a Choropleth Map dashboard item to data in code
The following example demonstrates how to bind a Choropleth Map dashboard item to data in code.
View ArticleHow to bind a Geo Point Map dashboard item to data in code
The following example demonstrates how to bind a Geo Point Map dashboard item to data in code.
View ArticleHow to bind a Pie Map dashboard item to data in code
The following example demonstrates how to bind a Pie Map dashboard item to data in code.
View ArticleHow to bind a Bubble Map dashboard item to data and customize its palette
The following example demonstrates how to bind a Bubble Map dashboard item to data in code and customize its palette.
View Article