How to raise validation on the client side
This demo demonstrates how to raise editors' validation.See also:How to check the validation state of editors using the AreEditorsValid methodHow to validate editors in the container on the server...
View ArticleHow to implement Sorting by Summary in OLAP mode
The following example demonstrates how to implement Sorting by Summary in OLAP mode.In this example, values of the Semester field are sorted by the Australia | Bendigo column summary values. To do...
View ArticleHow to implement Sorting by Summary in OLAP mode
The following example demonstrates how to implement Sorting by Summary in OLAP mode.In this example, values of the Semester field are sorted by the Australia | Bendigo column summary values. To do...
View ArticleHow to customize FilterControl's operation list
This example demonstrates how to customize FilterEditor's operation list and how to set a default operation value to the desired value.To provide this capability in this sample, we create a...
View ArticleHow to use custom EditSettings in GridControl
This example demonstrates how to create and use custom EditSettings with a custom editor in GridControl.For this, we create a TextEditSettings class descendant with a custom EditFont property which is...
View ArticleHow to save and restore the layout to/from a stream
The following example shows how to save a DXPivotGrid Control layout to a stream using the PivotGridControl.SaveLayoutToStream method and then, how to restore the layout from the stream using the...
View ArticleHow to save and restore the layout to/from XML
The following example shows how to save a DXPivotGrid Control layout to XML using the PivotGridControl.SaveLayoutToXML method and then, how to restore the layout from XML using the...
View ArticleHow to print a detail grid with a header
This example demonstrates how to print a detail grid with a header.Our detail grid with DataControlDetailDescriptor doesn't support printing its header. To provide this capability in this sample, we...
View ArticleListBoxControl - How to customize margins of items
This example illustrates how to customize margins of the ListBoxControl's items
View ArticleGridView - How to implement a custom HeaderFilter with a calendar for a date...
This example illustrates how to create a custom HeaderFilter for a date column. The main steps are: 1) create a custom HeaderTemplate using the SetHeaderTemplateContent method to prevent default...
View ArticleASPxGridView - How to implement a custom HeaderFilter with a calendar for a...
This example illustrates how to create a custom HeaderFilter for a date column. The main steps are: 1) create a custom HeaderTemplate to prevent default header filter button logic and implement custom...
View ArticleGridView - Batch Editing - A simple implementation of an EditItemTemplate...
This example is based on GridView - Batch Editing - A simple implementation of an EditItem template and details how to enable client-side unobtrusive validation: 1) Wrap the GridView in a...
View ArticleHow to display an image in GridControl
This example demonstrates how to use RepositoryItemPictureEdit to display an image in GridView. The same approach can be used for any View.Question CommentsAdded By: Adam Nowicki at: 7/13/2014 3:00:14...
View ArticleCapability for a single column to fill an empty space in a grid view
In this example we added a FillEmptySpace option to the GridColumn descendant. Only one column in the grid view can have this option enabled, i.e. if you set the FillEmptySpace property to true for a...
View ArticleHow to create a pop-up menu with all DockLayoutManager's panels
This example demonstrates how to create a pop-up menu with all DockLayoutManager's panels, which show the current active state of each panel.For this, we create a BarManager with a BarSubItem. After...
View ArticleHow to: Store Model Differences in Database
This example illustrates how to store user UI settings (so-called model differences) in the application database instead of the file system (in Windows Forms applications) and session (in ASP.NET...
View ArticleHow to export several MVC extensions into one file by using the XtraReports...
This example demonstrates how to export several MVC extensions that support the export of IPrintable documents (GridView, PivotGrid, TreeList) into one file by using the XtraReports Suite...
View ArticleHow to use a custom function in Conditional Formatting
This example demonstrates how to create and use a custom function operator in Conditional Formatting.With custom functions, you can format rows according to custom rules.For this, we implement the...
View ArticleASPxGridView - How to bind GridViewDataComboBoxColumn Edit Form editor at...
This example illustrates how to provide GridViewDataComboBoxColumn with data and set its properties at runtime.Please note: the ComboBoxProperties.ValueType should be set according to the Data Type...
View ArticleHow to register a custom filter function and use it in ASPxGridView
Sometimes it is necessary to create a custom function that allows implementing your own logic for filtering data in an auto filter row.To create this function, it is necessary to implement the...
View Article