How to set GridColumn’s relative width
To set GridColumn’s relative width, you can create behavior that contains the attached WidthMultiplier property. This property has a multiplier for calculation and its default value equals 1. If...
View ArticleCustom GridControl - How to implement your own logic for filtering data in an...
This example illustrates how to create a custom grid to customize the mechanism of filtering data via the auto filter row. For this, the GridView.CreateAutoFilterCriterion methodis overridden. This...
View ArticleGridView - A simple implementation of cascading comboboxes in Batch Edit mode
The concept of cascading combo boxes requires sending a callback to the server to get data for the second editor based on the first editor's selected value. In the meantime, it's impossible to send...
View ArticleHow to display the default OK button in the PopupContainerEdit's popup window
This example demonstrates how to display the default OK button in the PopupContainerEdit's popup window.For more information please review the How to display the default OK button in the...
View ArticleHow to create dxPieChart using the AngularJS approach
This example demonstrates how to display data from a data source in dxPieChart created using the AngularJS approach.See also:Configure Widget - Angular ApproachdxPieChart APICreate a Widget - AngularJS...
View ArticleSimpleButton - How to change the color of a certain state in code using a...
See the SimpleButton - How to change the color for a certain state KB article to learn more.
View ArticleSimpleButton - How to change the color for a certain state in code by...
See the SimpleButton - How to change the color for a certain state KB article to learn more.
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.See also:How to deploy the OData security service in the Cloud for further use by a...
View ArticleSimpleButton - How to implement different styles for button states in the...
See the SimpleButton - How to change the color for a certain state KB article to learn more.
View ArticleHow to filter column popup items like in MS Excel
A general approach to filter popup items is to handle the DataViewBase.ShowFilterPopup event. In this example, we maintain items that were filtered by the current column and remove items filtered by...
View ArticleOBSOLETE - How to filter persistent objects against their type
===================================================This example is now obsolete. Refer to the following documentation articles for more details:When and Why XPO Extends the Database SchemaHow to:...
View ArticleOBSOLETE - How to collapse large editors in the Detail View on the Web
===========================This example is now obsolete. Instead, implement custom LayoutItemTemplate, LayoutGroupTemplate or TabbedGroupTemplate templates as demonstrated in the FeatureCenter demo...
View ArticleHow to: Store Model Differences in Database
This example illustrates how to store user UI settings (so-called model differences) in the application database instead of the file system (in Windows Forms applications) and session (in ASP.NET...
View ArticleHow to serialize DockLayoutManager using TabbedDocumentUIService
Some of DockLayoutManager’s panel groups can contain documents that were created from ViewModel with IDocumentManagerService. To serialize and restore them correctly, it is necessary to perform these...
View ArticleHow to create a custom Appointment form to work with custom fields (based on...
This example is created following the instructions provided in the How to create a custom Appointment form to work with custom fields (step-by-step description) article and demonstrates the approach...
View ArticleEditing in a new window
This demo shows how to edit a record in a new window (in a separate aspx page). See Also:How to edit the ASPxGridView without the edit formHow to edit a persistent object's properties on a stand-alone...
View ArticleBinding Master and Detail focused rows to ViewModel objects
This example demonstrates how to use ViewModel properties to track and control focused row changes both for Master and Detail grids. This capability is achieved by creating attached behavior that...
View ArticleHow to select different templates when PrintCellStyle is used
To make selection of different templates into View’s PrintCellStyle, create a style based on View’s DefaultPrintCellStyle style. In this style, set MultiBinding, which will collect all necessary...
View ArticleHow to use NotificationService to show notifications
This example demonstrates how to use NotificationService to show notifications. NotificationService is used in the same manner as other services. When the UseWin8NotificationsIfAvailable option is...
View Article