How to add a Find Panel, similar to the one provided by GridControl to TreeList
This feature is available out-of-the-box starting from version 12.2. For earlier versions: This example illustrates how to create your own Find Panel and show over TreeList.Question CommentsAdded By:...
View ArticleHow to add secondary axes to a chart
This example demonstrates how to add secondary axes to a chart and assign a series to them at runtime.Question CommentsAdded By: VIPASHA SEN at: 8/1/2014 5:39:39 AM in example...
View ArticleASPxGridView - How to filter the grid using the outside combo box
This sample demonstrates how to filter the grid using the outside combobox and grid custom callbacks.See also:ASPxGridView - How to apply a filter to a column on the server sideHow to filter...
View ArticleHow to view persistent objects in the XtraGrid and edit them in a separate...
This example demonstrates how to edit XPO objects in the scope of a UnitOfWork, so that the changes made to the object's properties can be saved or canceled.See Also:XPO Best Practices
View ArticleHow to configure dxPopover
This is the project that you will get if you go through the DevExpress DevExtreme - HTML5 Popover video tutorial.
View ArticleHow to use LINQ to SQL data source to create a Master-Detail report
It's possible to use LINQ to SQL API to bind an XtraReport document to data. To set up report controls' bindings at design time, use the BindingSource component, which DataSource property is set to the...
View ArticleHow to: Add an Action to Form
The complete description is available in the How to: Add a Button or another Control to a Form help topic.
View ArticleTokenEdit - How to create one token per line
This example demonstrates how to create one token per line.
View ArticleHow to add a complex index involving XPO service columns (GCRecord and...
ScenarioThis article demonstrates how to use the IndexedAttribute with the service XPO columns (ObjectType and GCRecord) to accomplish the following requirements:1. Make persistent objects data unique...
View ArticleHtmlEditor - How to embed Header and Footer to exported document
This example demonstrates how to embed header and footer to an exported document when using the ASPxHtmlEditor.This functionality is implemented using the RichEditDocumentServer control and the...
View ArticleHow to customize the secondary axis range when the chart zooming is performed
This example shows how to adjust the secondary Y-axis range along which the chart is zoomed.
View ArticleGridView - How to update total summaries on the client side in Batch Edit mode
This example demonstrates how to update total summaries on the client side when GridView is in Batch Edit mode. To implement the required task, perform the following steps:1. Add a total summary item...
View ArticleASPxGridView - How to update total summaries on the client side in Batch Edit...
This example demonstrates how to update total summaries on the client side when ASPxGridView is in Batch Edit mode. To implement the required task, perform the following steps:1. Add a total summary...
View ArticleGridView - Batch Edit - How to calculate unbound column and total summary...
This example illustrates how to calculate unbound column and total summary values on the fly. It combines the following two examples: GridView - Batch Edit - How to calculate values on the fly and...
View ArticleASPxGridView - Batch Edit - How to calculate values on the fly
This example demonstrates how to create an unbound column that calculates the sum of other columns and changes its values on the fly when end-user changes any grid values using Batch edit mode. To...
View ArticleValidation - How to highlight invalid properties when the View is shown
This example demonstrates, how to check rules when the View is activated, or the View's object is changed. For that purpose, the ImmediateValidationController is implemented. To avoid checking these...
View ArticleShow a popup window in response to right-clicking a grid row
This demo shows how to: - Use client-side events to respond to right-clicking a grid. - Use client-side functions to identify the clicked row. - Invoke a popup control with additional...
View ArticleHow to export ASPxPivotGrid and bound WebChartControl to the same print document
This example illustrates how to export ASPxPivotGrid and bound WebChartControl to the same print documentQuestion CommentsAdded By: Tam Vuong at: 5/16/2013 7:09:50 PM I follow the code and it just...
View Article