dxDataGrid - How to implement a custom store with CRUD operations (SQLite)
The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe how to implement a custom data source that...
View ArticleHow to import Google Calendar using Google Calendar API
This example demonstrates how you can use the Google Calendar API in your scheduling application. The Google Calendar API enables you to establish seamless information exchange between your application...
View ArticleHow to pass a dashboard parameter to a custom SQL query
The following example demonstrates how to create a new dashboard parameter and pass it to a custom SQL query.In this example, the dashboard parameter is passed to the custom SQL query parameter's...
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.
View ArticleGrid for Xamarin - Columns
This example demonstrates how to add columns to GridControl to display and edit data of different types. Grid columns are stored in the GridControl.Columns collection. An individual column is specified...
View ArticleHow to implement the Load More functionality
This example shows how to implement the grid's load-more feature - when an end-user scrolls to the bottom of the grid, a set of new data items is added to the end of the grid. To add this...
View ArticleHow to add the pull-to-refresh functionality
This example shows how to add the pull-to-refresh functionality to a grid to allow your end-users update grid content with the pull-down gesture. To do this, follow the steps below. 1. Set the...
View ArticleASPxGridView - How to calculate and set column values in the Edit Form on the...
This example implements the approach demonstrated in the KA18839: ASPxGridView - How to set column values in the Edit Form depending on another editor's valueKB article.See Also:E3929: ASPxGridView -...
View ArticleASPxDropDownEdit - How to select Year and Month only
This example demonstrates how to create a DateEdit analog based on ASPxDropDownEdit with a custom DropDownWindowTemplate that allows you to select Year and Month only.Question CommentsAdded By: Julien...
View ArticleHow to use a ComboBoxEdit whose choices are different for each cell in the grid
There are two ways to accomplish this task: via filter criteria and by using a multibinding approach. Let me explain theses approaches in detail.1) Filter criteriaThe main idea is to dynamically...
View ArticleHow to: Print a report without displaying a preview
This example demonstrates how to implement the InstantPrintReport Action that prints the current report without displaying its preview. The complete description is available in the How to: Print a...
View ArticleASPxGridView - How to change a default editor to ASPxGridLookup in FilterRow...
In some cases, when the default filter row editor's functionality is not enough, you can provide custom filter cell content using the FilterTemplate. In this example, a default cell editor is replaced...
View ArticleHow to handle a specific event within a whole document object and handle...
This example illustrates how to: - Handle a specific event (for example, "keydown") within a whole document object; - Perform a specific action when a specific keyboard key (for example, ESC) is...
View Article(Obsolete) dxPopup - How to create a custom alert message
Starting with 14.1 follow the recommendations from the How to use the same dxPopup or another widget on different views article or use DevExpress.ui.dialog.custom.This task can be implemented using the...
View ArticleHow to implement filtering of TreeListControl that shows filtered items and...
This sample shows how to implement filtering of TreeListControl that shows filtered items and all their parent items.In 15.1, we introduced the extended filter mode providing this functionality out of...
View ArticleBarManager - How to automatically show and hide Bar when hovering the edge of...
This example illustrates how to automatically show and hide Bar when Mouse cursor is in the Form's edge
View ArticleHow to apply a Bootstrap Form (form-control, btn, etc.) style to the...
This example illustrates how to enable the Native rendering mode (by setting the Native property to True) in order to produce the raw HTML elements and apply the Bootstrap Form (form-control, btn,...
View ArticleHow to apply a Bootstrap Form (form-control, btn, etc.) style to the...
This example illustrates how to enable the Native rendering mode (by setting the Native property to True) in order to produce the raw HTML elements and apply the Bootstrap Form (form-control, btn,...
View ArticleHow to sort the pivot grid's data by OLAP member properties
This example demonstrates how to sort data by OLAP member properties using the CustomServerModeSort event. In this example, the "Product" field's values are sorted by the "Color" OLAP member property.
View ArticleASPxGridView - How to implement Batch Editing using Entity Framework
This code example demonstrates how to use Entity Framework as an ASPxGridView data source when editing data in Batch Edit mode.Data is updated manually by handling the ASPxGridView.BatchUpdate...
View Article