ASPxGridView - 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 provide custom separators between records in a merged document
This example demonstrates how to provide a custom element to separate each record in a document when none of the standard separators meets your requirements. Handle the...
View ArticleHow to handle FetchAppointments event when the Scheduler is bound to the...
This example illustrates how to handle the SchedulerStorageBase.FetchAppointments Event when the Scheduler is bound to the Entity Framework datasource. As we mentioned in the How to implement...
View ArticleAn example of using the extended Batch Editing API
This example illustrates how to use the new Batch Edit API implemented in the context of the ASPxGridView, ASPxCardView - Extend the batch edit API functionality thread. The following scenarios are...
View ArticleDocumentPreviewControl - How to remove standard bar items and add custom ones...
This example demonstrates how to customize the DocumentViewerControl's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove standard commands from a Ribbon toolbar and add...
View ArticleDocumentPreviewControl - How to override the Print and PrintDirect (Quick...
This example demonstrates how to override commands in the Document Preview (DocumentPreviewControl). Create a DocumentPreviewControl descendant and override the corresponding methods, e.g., Print and...
View ArticleDocumentPreviewControl - How to override the Export command
This example demonstrates how to override commands in the Document Preview (DocumentPreviewControl). Create a DocumentPreviewControl descendant and override the required (e.g., Export) methods.See...
View ArticleDocumentPreviewControl - How to override the Save toolbar command
See also:DocumentPreviewControl - How to override the Export command DocumentPreviewControl - How to override the Print and PrintDirect (Quick Print) commands
View ArticleHow to export an XtraReport document to DOC, DOCX and ODT file formats
While there is no built-in capability to export documents created by XtraReport to *.doc, *.docx or *.odt file formats, you can accomplish this task by means of the RichEditDocumentServer .The attached...
View ArticleHow to create drill-down documents with DXPrinting for WPF
This example demonstrates how you can provide interactivity for documents that are displayed in a Document Preview for WPF.In particular, it shows how you can implement a drill-down document, in which...
View ArticleHow to define a custom Color Scheme for Windows 10 XAML controls
This example illustrates how to implement a custom Color Scheme and use it in your application. In the current implementation, the application supports two themes (Generic and Custom), which can be...
View ArticleHow to support default Color Schemes in a custom control
This example illustrates how to support default Color Schemes (Generic and Win8) in a custom control. In this implementation, a CustomRibbonItem control uses colors defined for the default Color...
View ArticleHow to support a custom Color Scheme in a custom control
This example illustrates how to support a custom Color Scheme in a custom control. In the current implementation, a CustomRibbonItem control uses colors defined for the default and custom Color Schemes...
View ArticleHow to override default colors from an existing Color Scheme in Windows 10...
This example illustrates how to override default colors from an existing color scheme in Windows 10 XAML controls and support system themes (Light, Default). In the current implementation, the...
View ArticleHow to override default colors from an existing Color Scheme in Windows 10...
This example illustrates how to override default colors from an existing color scheme in Windows 10 XAML controls. In the current implementation, the background of the RibbonControl header is...
View ArticleHow to: Load data dynamically using AsyncCollection
This example demonstrates how to use GridControl with our AsyncCollection, which allows loading data on demand. The collection's constructor receives two parameters:1. A callback that returns the total...
View ArticleHow to localize DevExtreme widgets using Globalize 1.X
This example demonstrates how to localize an application that uses DevExtreme widgets. For a detailed description, refer to the following help topics:Create Dictionaries for Other LocalesExtend...
View ArticleHow to localize month names in dxDateBox (dxCalendar, dxPivotGrid)
This example illustrates how to localize the dxDateBox day and month names and a date format. This example uses the German culture from the globalize culture libraries.Starting with v16.1, localize...
View ArticleHow to change the field grouping and sort order in the Field List
To accomplish this task, it is necessary to create a custom Customization Form descendant, and override the PivotCustomizationFieldsTree.AddNode method. To control node sort order, use the...
View ArticleHow to export several charts into a single document
The main idea of this example is to generate a single svg file from chart svg renderings and export this svg using the DevExpress.viz.exportFromMarkup method.
View Article