How to dynamically generate a report with a parametrized SQL query as a data...
Description: I need to implement a generic kind of web report viewer to display the result of my SQL query, which accepts some parameters.Solution: This can be done by creating an XRTable control...
View ArticleHow to style GridControl's summary items separately when summary items are...
Starting with v16.1, TableView provides the following properties, which allow you to style each GridControl's summary item separately:1. FixedTotalSummaryElementStyle2. TotalSummaryElementStyle3....
View ArticleHow to: Apply metadata to PropertyGridControl's select object by using...
This example demonstrates how to apply metadata to PropertyGridControl's select object by using MetadataExtendedSource dynamically
View ArticleGridView - A simple implementation of cascading comboboxes in Batch Edit mode
In this example, the combo box in the City column (the City combo box) is populated dynamically with city names via callbacks, based on the value selected in the combo box in the Country column (the...
View ArticleASPxGridView - How to implement cascading comboboxes in Batch Edit mode
In this example, the combo box in the City column (the City combo box) is populated dynamically with city names via callbacks, based on the value selected in the combo box in the Country column (the...
View ArticleASPxGridView - Batch Editing - How to conditionally enable and disable the...
This example demonstrates how to conditionally enable or disable the editing on the client side. You can find detailed steps by clicking below the "Show Implementation Details" link .See also:GridView...
View ArticleHow to use a custom editor for editing in the PropertyGridControl.
This example demonstrates how to use a custom editor for editing in the PropertyGridControl.This task can be completed in the following ways.1. Use a custom UITypeEditor. For this, create a custom...
View ArticleHow to customize the default Find Panel filtering algorithm
Find Panel uses an extended syntax that allows you to specify complex criteria. You can find detailed information here: - Find PanelHowever, sometimes it is necessary to exclude/include some rows in...
View ArticleHow to localize a DevExtreme application using Globalize v1.X
This example demonstrates how to localize an application created using the DevExtreme SPA framework. You will find a detailed description of the used approaches in the following KB article:T415129: How...
View ArticleHow to: Create a wizard based on a collection of view models
This example demonstrates how to create a Wizard based on a collection of view models.See also:How to create a Wizard with pages defined in XAMLHow to: Use the WizardService
View ArticleHow to: Use the WizardService
This example demonstrates how to use the WizardService.See also:How to create a Wizard with pages defined in XAMLHow to: Create a wizard based on a collection of view models
View ArticleHow to: Create a Wizard with pages defined in XAML
This example demonstrates how to create a simple Wizard with predefined pages. There are three built-in page types:- WelcomeWizardPage- WizardPage- CompletionWizardPageThese pages have the same...
View ArticleHow to drag columns to GridControl from an external source
To drag columns from an external source (e.g., ListBox) it's necessary to determine the behavior of the TableView when columns are dropped onto it. To do this, create custom DropTargets and assign them...
View ArticleHow to insert, edit and delete data in a DataTable 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.See also:E2945: How to insert, edit and delete data in a...
View ArticleHow to insert, edit and delete data in a DataTable 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 ArticleGridView - Batch Editing - How to conditionally enable and disable the...
This example demonstrates how to conditionally enable or disable the editing on the client side. You can find detailed steps by clicking below the "Show Implementation Details" link .See...
View ArticleHow to populate GridControl using UnboundDataSource (UnboundSource)
This example shows how to use the UnboundDataSource class (a WPF wrapper for the UnboundSource class).
View ArticleHow to use OData (WCF Data Services) to provide data for a report
At the moment, XtraReports cannot connect to an OData data source directly. Our reporting tools, however, are data source agnostic and support data sources of different types including .NET data...
View ArticleHow to implement custom WinPropertyEditor based on the ListBoxControl
ScenarioThis example illustrates how to implement a custom WinPropertyEditor with ListBoxControl to edit reference properties in DetailView: Steps to implement1. Add a new class inherited from the...
View ArticleHow to get all images provided by the DevExpress Icon Library
The following example demonstrates how to get information about file names and images, stored in the DevExpress Icon Collection.Question CommentsAdded By: Rennie Petersen at: 6/3/2016 3:54:19 PM For...
View Article