WinForms Spreadsheet Pivot Table API
This example demonstrates how to use the SpreadsheetControl Pivot Table API to create and modify pivot tables in code.The application includes the RichEditControl (at the top) used to display and edit...
View ArticleWPF Spreadsheet Pivot Table API
This example demonstrates how to use the SpreadsheetControl Pivot Table API to create and modify pivot tables in code.The application includes the RichEditControl (at the top) used to display and edit...
View ArticleHow to access the DocumentManager, BarManager and RibbonControl
This example demonstrates how to access the DocumentManager, BarManager And RibbonControl objects in WinForms XAF applications. For details, refer to the How to: Access the Document Manager, How to:...
View ArticleHow to use custom graph layout algorithms to arrange shapes in DiagramControl
DiagramControl provides two methods that make it easier to use external graph layout algorithms to arrange diagram shapes. The GraphOperations.GetDiagramGraph method reads the diagram currently loaded...
View ArticleHow to localize WinFroms Scheduler UI with the Localizer class descendant
This example illustrates the use of the SchedulerLocalizer class descendant to display the names of the SchedulerStringId enumeration members instead of the localized strings. This approach enables you...
View ArticleHow to: Create a DiagramShape Descendant with Editable and Serializable...
This example demonstrates how to serialize custom data using DiagramControl's serialization mechanism. In the example, the Content property of diagram shapes is loaded from data objects every time the...
View ArticleHow to use custom graph layout algorithms to arrange shapes in DiagramControl
DiagramControl provides two methods that make it easier to use external graph layout algorithms to arrange diagram shapes. The GraphOperations.GetDiagramGraph method reads the diagram currently loaded...
View ArticleHow to: Create Items with Custom Content in DiagramControl
Simple shapes in DiagramControl display only their content as an editable string. If it's necessary to add custom elements to diagram items, use the DiagramContentItem class. DiagramContentItem has the...
View ArticleHow to save dashboards created in ASPxDashboardDesigner to a DataSet
The following example shows how to create a custom dashboard storage for ASPxDashboardDesigner by implementing the IEditableDashboardStorage interface. In this example, a DataSet is used as an...
View ArticleHow to group tree list columns in bands in the same manner as in...
This feature is available out-of-the-box starting from version 14.2. See TreeList - Implement bands in a manner similar to the one provided in AdvBandedGridView. For earlier versions:This example...
View ArticleCustom form, custom fields and custom actions on reminder alert
The problem:Here is what I want to do:1) Create an appointment with custom fields and an alarm 2) Add an occurrence for that appointment with alarm as well 3) Prevent the alarm from showing and insert...
View ArticleHow to Print and Export the Grid
This example shows how to preview and print/export the grid content. The grid is printed and exported using the built-in capabilities.Question CommentsAdded By: Mary Roy at: 6/25/2012 1:53:12 PM...
View ArticleHow to obtain data on the ResponseCapabilities event
This example demonstrates how to receive information from a Web Map Service using the ResponseCapabilities event handler.
View ArticleOBSOLETE - ASPxGridView - Cell Merging
UPDATED:Starting with version v2016 vol 1 (v16.1), this functionality is available out of the box. Set the ASPxGridView.SettingsBehavior.AllowCellMerge / GridViewDataColumn.Settings.AllowCellMerge...
View ArticleHow to reorder dxDataGrid rows using drag-and-drop
This example demonstrates how to move dxDataGrid rows using Draggable and Droppable plug-ins of the jQueryUI library. To accomplish this task, we need to perform the following steps:1. Set a fake CSS...
View ArticleAn example of usage extended Batch Editing API
This example illustrates how to use new Batch Edit API implemented in the context of the ASPxGridView, ASPxCardView - Extend the batch edit API functionality thread.
View ArticleASPxGridView - How to implement cascading comboboxes in Batch Edit mode
Starting with v16.1, we started supporting the callback mode for GridViewComboBoxColumn and the EditItemTemplate implementation is not necessary. The main steps are:1) Use the client-side...
View ArticleHow to: Use the XPO OData V3 Service
To start the service, run the ODataService project. To start the client application, run the ODataV3Example project.
View ArticleOBSOLETE - GridView - Batch Editing - How to use external buttons to update...
UPDATED:Starting with v16.1, this feature is available out of the box. Please refer to the ASPxGridView, ASPxCardView - Change Save and Cancel buttons' enabled state when an end-user changes a value in...
View ArticleOBSOLETE - GridView - How to implement navigation by Up/Left/Down/Right...
UPDATED:Starting with version v2016 vol 1 (v16.1), this functionality is available out of the box. Set the grid's ASPxGridView.SettingsEditing.BatchEditSettings.StartEditAction property to the...
View Article