How to implement check boxes with SelectRows and SelectAllRowsOnPage features...
This example not only illustrates the ASPxClientGridView.SelectRows and ASPxClientGridView.SelectAllRowsOnPage, but also shows a way in which to implement these features with check boxes within a...
View ArticleHow to calculate a master property based on values from a details collection
See the How to: Calculate a Property Value Based on Values from a Detail Collection help topic for more information.See Also:XPO Best PracticesHow to display details collections with descendant classes...
View ArticleGridView - Batch Editing - How to cancel editing or disable the editor...
This example demonstrates how to cancel editing or disable the editor conditionally for the grid when batch editing is in use. It is possible to execute your logic either on the client or server side...
View ArticleHow to obtain a dashboard item's client data in the WinForms Viewer
The following example demonstrates how to obtain client data corresponding to a particular visual element using DashboardViewer's API.In this example, the DashboardViewer.DashboardItemClick event is...
View ArticleHow to configure dxPivot
This is the project that you will get if you go through the DevExpress DevExtreme - HTML5 Pivot video tutorial.
View ArticleOBSOLETE - How to create an Advanced Selection CheckBox at runtime
UPDATED:Starting with version v2014 vol 1 (v14.1), this functionality is available out of the box. Simply set the GridViewCommandColumn.SelectAllCheckboxMode property to...
View ArticleHow to customize the New Report Wizard (introduced in the 2014 vol.1...
This sample illustrates how to customize the wizard in the End-User Designer.
View ArticleHow to display a line when the DXGrid doesn't include any record
This sample shows how to display a message in the grid if there are no visible rows.Question CommentsAdded By: Sam Wheat at: 6/9/2013 5:48:12 PM Is this included in the base product? If no, why...
View ArticleGridView - How to implement copy functionality in Batch Edit mode
This example demonstrates how to add copied values to a new row on a custom command button click using a new client-side API implemented in the following threads:ASPxGridView - Batch Edit mode -...
View ArticleHow to construct an appointment editing form with custom fields
This example is created by following the step-by-step guide available from the link below:How to: Modify the Appointment Editing Form for Working with Custom FieldsQuestion CommentsAdded By: Asha at:...
View ArticleHow to automatically update the SpinEdit value when the user moves the mouse...
This example demonstrates how to implement the feature, when the value of the SpinEdit is automatically decreased or increased based on the cursor position, when the user moves the mouse holding down...
View ArticleHow To: Implement Many-to-many Relations Editing
This example shows how to implement many-to-many relations editing in an application generated with the DevExpress Scaffolding Wizard.The resulting application supports adding multiple Course objects...
View ArticleHow to group tree list columns in bands in the same manner as in...
NOTE: This example illustrates an approach to showing bands in a general way. This approach is not adapted by different TreeList features and printing/exporting. It cannot be easily extended to support...
View ArticleHow to: Add a button to a Form using Custom View Item
The complete description is available in the How to: Add a button to a Form using Custom View Item help topic.
View ArticleHow to: Create a Custom Control Detail Item
The complete description is available in the How to: Create a Custom Control Detail Item help topic.
View ArticleHow to use PieChartDataAdapter to add pie charts to a map
The PieChartDataAdapter class is intended to automatically generate pie charts from a data source. The following code demonstrates how to use PieChartDataAdapter to add pie chart items to a map.
View ArticleHow to implement a distributed object layer service working via WCF
ScenarioIn this example we will implement a distributed object layer service (IObjectLayer/ISerializableObjectLayer) working via WCF. A distributed services layer relies on lower layers, but hides the...
View ArticleHow to implement Tree View Style including the paint style and the capability...
The approach on how to make TreeList look like Tree View is described here:How to implement the TreeView-style selection in the XtraTreeList How to make the TreeList control look like a TreeViewThe...
View ArticleHow to configure dxPieChart
This is the project that you will get if you go through the DevExpress DevExtreme - HTML5 Pie Chart video tutorial.
View Article