How to provide custom names for the Field List data items
This example demonstrates how to use the IDisplayNameProvider interface (which substituted the IDataDictionary interface starting with the 11.2 XtraReports version) to change the names of the Field...
View ArticleHow to custom draw a crosshair cursor
This example shows how to provide custom appearance of the crosshair cursor using the ChartControl.CustomDrawCrosshairevent. This event is invoked when you click the Custom Draw Crosshair Cursor button...
View ArticleHow to custom draw a crosshair cursor
This example shows how to provide custom appearance of the crosshair cursor using the ChartControl.CustomDrawCrosshair event. This event is invoked when you click the Custom Draw Crosshair Cursor...
View ArticleOBSOLETE - How to: Add a Button to a Form
This example is obsolete. To add a button, that is a Simple Action, or another Action to a Detail View, create an Action Container View Item. To learn how to do this, refer to the How to: Add a Button...
View ArticleHow to display an XLSX document on the webpage
This example illustrates how to load a document into a Workbook Class instance and display its sheets on the webpage. Note that this approach is also used in our demos.
View ArticleHow to use external dictionaries to check spelling in different languages
This example demonstrates how to check spelling of a Greek text using a Greek dictionary from the OpenOffice.org project. A dictionary is downloaded from the OpenOffice.org wiki page and converted to...
View ArticleASPxFileManager - How to show a confirmation dialog to overwrite an existing...
This example illustrates how to show a conformation message to overwrite an existing file in the ASPxFileManager. The conformation message is shown in the client-side...
View ArticleHow to print from the RichEditDocumentServer
This example demonstrates how to use a PrintableComponentLink to print from the RichEditDocumentServer. An instance of the RichEditDocumentServer obtains a copy of a document loaded in the...
View ArticleFileManager - How to show a confirmation dialog to overwrite an existing file
This example illustrates how to show a conformation message to overwrite an existing file in the ASPxFileManager. The conformation message is shown in the client-side...
View ArticleHow to show WaitForm above UserControl
This example is obsolete. Starting from version 2012 vol 2, it is possible to add the SplashScreenManagerto a UserControl and setup its location and size manually.This example demonstrates how to...
View ArticleHow to implement custom grouping
This example shows how to group rows using custom rules. When grouping by the 'Unit Price' column, the rows in this column that have values between 0 and 10 should be combined into a single group. Rows...
View ArticleHow to: Show splash screen via DXSplashScreenService
The DXSplashScreenService provides methods to show and hide a splash screen from a View Model. The following example shows how to use this service.
View ArticleHow to: Manage documents via WindowedDocumentUIService and...
The WindowedDocumentUIService provides methods to create and show documents as windows. The TabbedDocumentUIService provides methods to create and show documents as tabs. The CurrentWindowService...
View ArticleHow to bind dxLookup to WebService
This example illustrates how to bind the dxLookup to a WebService using the DataSource object. Note that when you are using the DataSource with the dxLookup widget, it is also necessary to implement...
View ArticleGridView - How to toggle Auto Filter Row visibility
This example illustrates how to toggle the Auto Filter Row visibility via a custom MVC GridView callback.- Initialize the expected Auto Filter Row visibility via the ViewData key when a View is loaded...
View ArticleParameters - How to create cascading ComboBoxes
This example illustrates how to filter values displayed in the second parameter based on the first one.
View ArticleHow to implement a capability to cancel current row modifications at the...
WinForms binding provides a capability to discard modifications made in a current item. As it is stated in the MSDN, this feature is supported only if objects contained by the datasource implement the...
View ArticleHow to switch web reports at runtime and enable caching
This example illustrates the capability to switch web reports displayed via the ReportViewer control at runtime, and also enable the native caching capability. The HiddenField value is used to identify...
View ArticleHow to use a native ReportViewer caching functionality
The ReportViewer control has no built-in mechanism to save its state between postbacks. This example illustrates how to utilize the ReportViewer's CacheReportDocument and RestoreReportDocumentFromCache...
View ArticleMVC - How to emulate a ReportViewer caching functionality
The ReportViewer does not have the built-in functionality to save its state between postbacks. This example illustrates how avoid rebuilding a report document when navigating between pages.
View Article