How to colorize pie charts using the PieSegmentArgumentToColorIndexProvider...
The following instance demonstrates how to colorize pie charts, depends on pie segment arguments.
View ArticleHow to show multiple summary values under the same column
Deprecated. Use the GridColumn.SummaryCollection property instead.This example demonstrates how to show multiple summary values under the same column
View ArticleHow to draw a vertical caption in a column header
This example demonstrates how to draw a vertical caption in a column header while, in Customization Form, its orientation remains horizontal. To learn how to draw a vertical column header caption in...
View ArticleHow to bind ASPxGridView with manually created columns to different data...
This example shows how to select and bind ASPxGridView to a data source at runtime. The page contains ASPxGridView, ASPxRadioButtonList and three data sources (SqlDataSource). In design mode the grid...
View ArticleHow to save the currently opened View as a new View Variant at runtime
This example provides a platform-agnostic module that allows your end-users to add View Variants dynamically. Refer to the Best practices of creating reusable XAF modules by example of a View Variants...
View ArticleHow to merge grid cells
The sample illustrates the way to merge grid cells based on a custom-defined rule. To enable cell merging, it's necessary to set the GridView.OptionsView.AllowCellMerge property to true. If you don't...
View ArticleHow to configure dxRangeSelector
This is the project that you will get if you go through the DevExpress DevExtreme - HTML5 Range Selector video tutorial.
View ArticleHow to implement excel style tree filtering in a filter popup.
This example demonstrates how to filter dates using a tree and select date ranges.
View ArticleHow to export an XtraReport document to DOC, DOCX and ODT file formats
While there is no built-in capability to export documents created by XtraReport to *.doc, *.docx or *.odt file formats, you can accomplish this task by means of the RichEditDocumentServer .The attached...
View ArticleHow to keep a look and feel of Windows forms in sync
After opening a form in a new thread you may notice that it doesn't follow the Look and Feel settings of your main application form. The reason for this is that each thread possesses its own...
View ArticleHow to generate and assign a sequential number for a business object within a...
This version of the How to generate and assign a sequential number for a business object within a database transaction, while being a part of a successful saving process example is primarily intended...
View ArticleHow to configure dxCalendar
This is the project that you will get if you go through the DevExpress DevExtreme - HTML5 Calendar video tutorial.
View ArticleASPxGridView - How to hide a grid column on the client side without making a...
This example demonstrates how to hide a grid column on the client side without making a round-trip to the server.To accomplish this task, apply a dummy CSS class ('unitPriceColumn') to all column cells...
View ArticleHow to Show the Grid's Print Preview
This example shows how to preview the grid before it is printed.Question CommentsAdded By: Angel s at: 8/3/2013 2:42:30 AM hi my datagrid content is Right to left, but in preview it is left to...
View ArticleOData service - How to use stored procedures
This example illustrates how to use stored procedures with OData. You can learn how to map an entity to a stored procedure in this blog: Stored Procedures in the Entity Framework. This blog describes...
View ArticleHow to implement cascaded combo box columns in ASPxGridView without using...
The example illustrates how to create an editable grid with cascaded combobox columns. The implementation of the example includes the handling of manual callbacks and providing items for appropriate...
View ArticleHow to: Use MessageBoxService in View Models derived from the ViewModelBase...
This example demonstrates how to use the MessageBoxService in View Models derived from the ViewModelBase class
View ArticleHow to: Use MessageBoxService in POCO View Models
This example demonstrates how to use the MessageBoxService in POCO View Models
View ArticleTreeList - Editing via Context Menu
This example illustrates how to edit the MVC TreeList via a separate PopupMenu.The main implementation details:- Store the Parent Node Key data within a node by handing the...
View Article