How to add Incremental Search into GridControl
This example demonstrates how to add Incremental Search into GridControl.Our GridControl doesn't have Incremental Search. To provide this functionality, we subscribe to the GridControl's...
View ArticleWPF SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
View ArticleWPF SpreadsheetControl API - Part 1
This example demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed. Double-click the action name in...
View ArticleHow to enable in-place editing in the WinForms tree List View (TreeListEditor)
This example shows how to implement a custom ViewController that gets access to the TreeList control and makes it editable according to the XtraTreeList documentation: WinForms Controls >...
View ArticleHow to prompt when the user is about to exit a WinForms application
Scenario A confirmation message appears when the main application window is being closed by a user to avoid accidental closure of the whole application and losing all opened screens:Implementation To...
View ArticleGridView - How to export filtered data with Reports when using the BindToLINQ...
At present our MVCxGridView export mechanism has some limitations: it is impossible to export a lot of filtered data, because the mechanism requests all data from a database and then filters it. Thus,...
View ArticleHow to provide ASPxReportDesigner with the SqlDataSource, ObjectDataSource,...
The main idea of this Code Example is to demonstrate how to create the aforementioned types of the data source components at runtime and add them to the list of the data sources available in the Web...
View ArticleHow to programmatically generate ObjectDataSource and map object data source...
This example demonstrates how to programmatically generate an object data source with a parameterized constructor and map object data source parameters to report parameters. Take note that the data...
View ArticleHow to filter the popup data source of a standalone LookUpEdit based on a...
This example demonstrates the use of the CascadingOwner property to perform automatic filtration of a LookUpEdit control's popup data source based on the value of another LookUpEdit control.Note that...
View ArticleASPxSpreadsheet - How to save and load documents from a database
UPDATED:This code example demonstrates how to save and restore ASPxSpreadsheet documents from a database using a Binary column.Starting with version 15.1, we recommend using the ASPxSpreadsheet.Open...
View ArticleOBSOLETE - How to upload files from the EditForm
This example is now OBSOLETE. It was prepared for older DXperience builds (v7.3).At present, we recommend using the solutions illustrated in the following examples:E2933: Inserting of a new row in...
View ArticleHow to implement conditional formatting for cells
The following sample demonstrates how to change the appearance of grid cells in a certain column based upon some condition. For example, in this tutorial you can see that the background color of cells...
View ArticleHow to implement conditional formatting for rows
The following sample demonstrates how to change the appearance of grid rows based on a condition.Question CommentsAdded By: Fahad at: 7/9/2013 3:50:45 AM Is there an easy way to Style each cell ? Or...
View ArticleTokenEdit - How to implement reordering tokens via Drag&Drop
This example demonstrates how to implement the Drag and Drop functionality for reordering tokens.Question CommentsAdded By: Elena (DevExpress Support) at: 1/28/2016 1:21:16 AM Also, review the...
View ArticleHow to: Apply format conditions to grid rows and/or cells at runtime
This example illustrates how to apply format conditions to grid rows and/or cells at runtime.
View ArticleHow to: Show the color determined by conditional formatting when a row is...
This example demonstrates how to show the color determined by a conditional formatting when a row is focused.
View ArticleHow to export MVCxPivotGrid and the bound ChartControl to the same print...
This example illustrates how to export MVCxPivotGrid and the bound ChartControl to the same print document. Question CommentsAdded By: James Badenhorst 1 at: 9/6/2016 3:55:38 AM Hi Devexpress,The...
View ArticleHow to edit Nullable field with the ASPxGridView and the ASPxImage in the...
The example demonstrates how to edit the Boolean field that allows writing "null" values (Nullable<Boolean>, Boolean?). As the standard checkbox doesn't allow having three states (checked,...
View ArticleHow to make a grid column fit all the available space
This example demonstrates how to make a specific grid column fit all the available space when AutoWidth is disabled. Starting with version 16.1, this task can be accomplished by setting the required...
View ArticleHow to show a specific View for some users
Scenario:This example demonstrates how to show a custom View against a role of the currently logged user. Custom Views were created and customized through the Model Editor for each role separately. For...
View Article