OBSOLETE - ASPxGridView - How to implement navigation by Up/Left/Down/Right...
UPDATED:Starting with version v2016 vol 1 (v16.1), this functionality is available out of the box. Set the grid's SettingsEditing.BatchEditSettings.StartEditAction property to the FocusedCellClick...
View ArticleOBSOLETE - GridView - How to implement navigation by Up/Left/Down/Right...
UPDATED:Starting with version v2016 vol 1 (v16.1), this functionality is available out of the box. Set the grid's SettingsEditing.BatchEditSettings.StartEditAction property to the FocusedCellClick...
View ArticleOBSOLETE - ASPxGridView - How to focus cells from top to bottom by Tab key...
UPDATED:Starting with version v2016 vol 1 (v16.1), a similar functionality is available out of the box. Set the grid's SettingsEditing.BatchEditSettings.StartEditAction property to the FocusedCellClick...
View ArticleASPxDashboardDesigner - How to save dashboards to a data base
This example shows how to create a custom dashboard storage that allows storing dashboards in a data base.Custom dashboard storage should implement the IDashboardStorage interface, that contains the...
View ArticleHow to import a large data set using XPO efficiently within a transaction
When you are required to import a large data set into a database as XPO persistent objects, the straightforward approach might be inappropriate. Specifically, if you would create objects objects one by...
View ArticleWPF End-User Report Designer - How to Implement a Report Storage
This example demonstrates how to implement report storage to persist report definitions in a database or in any other custom location. This enables your end-users to create and customize reports using...
View ArticleMVCxWebDocumentViewer: How to use WebDocumentViewer within a DevExtreme...
This example illustrates a DevExtreme-based client application that uses a Web Document Viewer control.The example includes the following two applications.- Frontend that is a pure HTML5 client, to...
View ArticleHow to make the auto filter row's filter accent insensitive
This example demonstrates how to create a custom function that removes all diacritic symbols from the specified string value. Using the GridView.SubstituteFilter event, this function can be injected...
View ArticleHow to print multiple reports as a single batch
The following example demonstrates how to print several reports in a single batch, instead of sending one report at a time to the printer. Also, in this example, the Print dialog is invoked for the...
View ArticleOBSOLETE - How to set the size of the popup window shown via the...
==========================================This example is now obsolete. Instead, refer to the How to: Adjust the size of pop up dialogs example.==========================================To accomplish...
View ArticleHow to obtain a dashboard item's underlying data in the Web Viewer
The following example demonstrates how to get underlying data corresponding to a particular visual element using the ASPxClientDashboardViewer's API.In this example, the...
View ArticleASPxGridView - How to make some field editors read-only when editing a row...
This example demonstrates how to set the editor's ReadOnly property based on the grid's state. I.e. it is possible can edit field value while adding a new row, but this editor becomes ReadOnly if we...
View ArticleHow to dynamically send a report via e-mail as a PDF
This example illustrates how to automatically send a report via e-mail. To do this, a report should first be exported into one of the available formats. In this example, a report is exported to PDF,...
View ArticleHow to implement a master-detail report using Subreports (XRSubreport)...
This example demonstrates how to implement a master-detail report using Subreports without parameter bindings but through the BeforePrint event of the XRSubreport.Please refer to the How to implement a...
View ArticleHow to display the dxChart widget in an XAF view
Scenario:It is necessary to show a chart control with a lot of points. The built-in Charts module draws all points on the same screen at once, which may be inconvenient for an end-user. To achieve...
View ArticleGridListEditor - How to add a custom unbound column to the GridView in...
This example shows how to add a custom unbound column to the GridControl in ListView. In the example, a button will be shown in this custom column. When a button is clicked, a custom business action...
View ArticleHow to send a report as HTML in an email body
This example demonstrates how to export a report to an email message and use the mailing functionality of the .NET Framework to programmatically send the generated message to an arbitrary number of...
View ArticleHow to combine links via the CompositeLink
This example demonstrates how to combine reports in code. You can find a detailed explanation on this in the following topic of our online documentation: How to Combine Links via the CompositeLink.
View ArticleASPxGridView - Shopping Cart example (POS Interface)
This example illustrates how to implement a Shopping Cart functionality based on the ASPxGridView control.
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