How to apply conditional formatting to Pivot cells
The following example demonstrates how to apply conditional formatting to Pivot cells at different detail levels.- The Value format condition (FormatConditionValue) is used to apply formatting to the...
View ArticleAdvanced Banded View Layout with attached behavior
Update:Starting with version 13.1, we implemented banded grid support out of the box. See the Using Bands to Create Multi-Row Layout article and the E4625 - How to: Create a Banded View example for...
View ArticleHow to use the NavBarControl in a MVVM application
This example demonstrates how to use the DXNavBar with MVVM pattern and generate groups and items from a collection.
View ArticleHow to export GridDashboardItem to Excel using an intermediate report (WinForms)
This example demonstrates how to fetch data from the GridDashboardItem placed in the DashboardViewer class instance. To get data from the item, the DashboardViewer.GetItemData method is used. Please...
View ArticleGridView - Batch Editing - How to cancel editing or disable the editor...
This example demonstrates how to cancel editing or disable the editor conditionally for the grid when batch editing is in use. It is possible to execute your logic either on the client or server side...
View ArticleHow to use the XPPageSelector with the GridControl
ScenarioThis article illustrates how to use the XPPageSelector component to provide Pager functionally to the XtraGrid control. This functionality is useful when you need to show data in small...
View ArticleHow to create a PropertyEditor based on the XtraRichEdit control
Take special note that this editor is intended to be used for a simple and most common scenario when only one text property in a Detail View is edited with the help of the XtraRichEdit control...
View ArticleHow to apply conditional formatting to Grid cells using the Date Occurring...
The Date Occurring format condition (FormatConditionDateOccuring) allows you to apply formatting to date-time values of a specific date and/or date interval relative to today.This example demonstrates...
View ArticleHow to drag-and-drop GridView cell data to a RichEditControl document
This example illustrates how to drag-and-drop GridView cell data to a RichEditControl document . Handle GridView's MouseMove and MouseDown events to obtain the grid cell under the cursor position via...
View ArticleHow to force the CheckedListBoxControl to change the item's state only when...
To accomplish this task, you need to implement the boolean property (allowChangeCheck) in the CheckedListBoxControl descendant, which defines whether changing the check state is allowed. You need to...
View ArticleHow to reset View customizations made by end-users
ScenarioA new Reset View Settings Action is added into the toolbar that allows end-users to reset customizations made in root Views (this approach is not suitable for nested ListViews). This...
View ArticleHow to obtain data from a ChartDashboardItem instance and export it to Excel...
This example demonstrates how to get data from a ChartDashboardItem item using DashboardViewer.GetUnderlyingData and create a report in order to export it to Excel.
View ArticleHow to export cell range to a DataTable
This example illustrates how you can export worksheet cell range to a System.Data.DataTable object.The following steps are required:1) Add a reference to the DevExpress.Docs.vX.Y.dll assembly to your...
View ArticleHow to customize PrintDialog and show the default .Net PrintDialog
This example illustrates how to customize PrintDialog in PrintPreview. Note :To show the default .Net Print Dialog instead of our PrintDialog, execute the following code :...
View ArticleHow to customize a data store schema for SQL data sources
This example demonstrates how to customize a data store schema for a dashboard data source that uses a connection to the Northwind database.In this example, the IDBSchemaProvider interface is...
View ArticleHow to generate bands based on a collection in GridControl
To generate bands from a collection, we created a custom attached behavior with the BandsSource property. Bind this property to a collection of simple objects and specify the BandTemplate property that...
View ArticleEditing an in-memory dataset
This example is an illustration of the KA18686: ASPxGridView - How to implement CRUD operations with a custom data source KB Article. Refer to the Article for an explanation.See Also:How to insert,...
View ArticleHow to insert, edit and delete data in a data table by using ASPxGridView at...
This example shows how to insert, edit and delete data in a data table by using ASPxGridView. The data table and the grid are created at runtime.To be able to store data in ViewState, the...
View ArticleHow to automatically create mail-merge documents using the Snap Document Server
This example demonstrates how to use the Snap API to automatically generate master-detail mail merge documents by the DevExpress Snap Document Server.After running this example, a console application...
View ArticleDashboardDesigner - How to customize data source wizard to display only...
This example demonstrates how to use the DashboardDesigner.DataSourceWizardCustomization to replace the default pages of the data source wizard with custom...
View Article