How to create a knob-like gauge
The following example illustrates a gauge control that looks and behaves like a typical 'knob' element of a real-life dashboard. This knob replicates the knob-like appearance and provides the...
View ArticleHow to create a label report at runtime
This example demonstrates how to create a label report at runtime. A label report is nothing but a report with layout settings adjusted according to a selected label type. Base layout settings include...
View ArticleHow to localize DevExtreme widgets using Globalize 1.X when the jQuery...
To localize DevExtreme widgets, do the following:- Link required dictionaries as described in the following help topic:Link Dictionaries in v16.1 Link Dictionaries in v16.2+Note that the order of...
View ArticleHow to localize DevExtreme widgets using Globalize 1.X when the Knockout...
To localize DevExtreme widgets, do the following:- Link required dictionaries as described in the following help topic:Link Dictionaries in v16.1 Link Dictionaries in v16.2+Note that the order of...
View ArticleHow to create a ChartControl descendant to provide the annotation feature...
Starting from version 16.1, we introduced a new built-in feature for annotations. Please review the Annotations help topic.This example demonstrates how to create a ChartControl descendant with the...
View ArticleOBSOLETE - How to Deactivate the New Action displayed below the Lookup List View
====================================This example is now obsolete. Instead, refer to the How to: Detect a Lookup List View in Code topic in XAF documentation.====================================This...
View ArticleHow to load a file on the callback of the ASPxGridView using the...
By default, it is impossible to load files on callbacks:The Concept of CallbacksHowever, there's a solution that allows you to overcome this problem. Our ASPxWebControl class has the RedirectOnCallback...
View ArticleHow to implement a CheckComboBox editor in the ASPxGridView
This example is based on the CheckComboBox Emulation demo. It illustrates how to use a combination of the ASPxDropDownEdit and ASPxGridView to emulate a checked combo box that allows end-users to...
View ArticleHow to delete grid rows via the DeleteFocusedRow grid command
The following example demonstrates how to add a Delete item to the grid cell's context menu.Question CommentsAdded By: Berto at: 5/23/2012 7:14:27 AM If the grid is empty a binding error occurs:...
View ArticleHow to customize the Crosshair Label appearance
This example demonstrates how to customize the Crosshair Label appearance.
View ArticleHow to customize the Silverlight Report Designer
This example illustrates how you can customize the Ribbon toolbar of the Silverlight Report Designer (e.g., remove an existing button or add a custom one).The RibbonControl's items can be customized...
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 implement a custom inplace editor for appointments
his example demonstrates how you can implement a custom editing form that will be invoked instead of the default inplace editor. See the How to: Customize an Inplace Editor document for a step-by-step...
View ArticleHow to connect a Pivot Grid to an OLAP datasource
If you have a cube on the OLAP server (Microsoft Analysis Services), you can view its data using the Pivot Grid. In this example, you will see how to specify connection settings to the server and...
View ArticleHow to connect ASPxPivotGrid to an OLAP datasource
If you have a cube on the OLAP server (Microsoft Analysis Services), you can view its data using the ASPxPivotGrid control. In this example, you will see how to specify connection settings to the...
View ArticleHow to connect a Pivot Grid to an OLAP datasource
If you have a cube on the OLAP server (Microsoft Analysis Services), you can view its data using the Pivot Grid. In this example, you will see how to specify connection settings to the server and...
View ArticleASPxGridView - How to emulate custom and action buttons with tooltips
While this functionality is not available out of the box, it is possible to emulate command buttons with HTML element and assign tooltips using default HTML approach (attribute title).In this example,...
View ArticleWinForms SpreadsheetControl API - Part 3
This example is the third 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 ArticleHow to implement a simple custom binding scenario for GridView
This sample demonstrates how to implement a simple custom binding scenario for the GridView extension by handling only sorting and paging operations in the corresponding Action methods.To learn more on...
View ArticleHow to reorder ASPxGridView rows using buttons or drag-and-drop
This example demonstrates how to move ASPxGridView rows using buttons or jQuery Drag&Drop.To keep the order of rows, it is necessary to set up an extra column to store row order indexes. Then, sort...
View Article