How to create custom theme for DXTabControl
This example shows how to customize main visual elements of the DXTabControl by overriding styles. You can read an article that describes this approach: KA18580: How to modify DX themes in WPF Refer to...
View ArticleOBSOLETE - How to collapse large editors in the Detail View on the Web
===========================This example is now obsolete. Instead, refer to the How do I provide an option to collapse or expand layout groups? article for more details on the recommended...
View ArticleHow to customize LayoutControl's CustomizationPopup
This example demonstrates how to customize LayoutItemCustomizationToolbar.For more information on how to accomplish this task in Silverlight, see T245666.
View ArticleHow to customize LayoutControl's CustomizationPopup
This example demonstrates how to customize LayoutItemCustomizationToolbar.For more information on how to accomplish this task in WPF, see E3551.
View ArticleHow to create SubMenu's items from a data collection
This example demonstrates how to populate the menu based upon a specific data source using a data-binding mechanism.To learn more on how to implement similar functionality in Silverlight, refer to the...
View ArticleHow to reset View customizations made by end-users
ScenarioA new Reset View Settings Action is added into the toolbar that allows end-users to reset customizations made in root Views (this approach is not suitable for nested ListViews). This...
View ArticleHow to hide certain columns in the Timeline view (implement a custom scale)
Problem:I'd like to hide columns for certain (non-working) hours in the TimelineView. How can I accomplish this?Solution:You can implement a custom time scale. It enables you to hide unneeded time...
View ArticleHow to handle GridControl's events at the ViewModel level using the...
MVVM Framework provides a powerful EventToCommand feature that allows delegating event processing logic to the ViewModel level. This example illustrates how to use this functionality to process DXGrid...
View ArticleHow to use the PrintCellStyle property to customize cell's printing appearance
This example shows how to create custom PrintCellStyle for grid columns to bring a custom printing appearance for PopupImageEdit, CheckBoxEdit and MemoEdit.To learn more on how to implement similar...
View ArticleHow to handle GridControl's events at the ViewModel level using the...
MVVM Framework provides a powerful EventToCommand feature that allows delegating event processing logic to the ViewModel level. This example illustrates how to use this functionality to process DXGrid...
View ArticleHow to force a GridLookUpEdit's drop-down window to filter records based upon...
This example shows how to create a GridLookUpEdit's descendant whose drop-down window will select records whose fields contain a specified sub-string. Don't forget to specify the...
View ArticleHow to enable Gantt view for the SchedulerControl bound to collection of...
This is a simple example of XtraScheduler bound to collection of custom business objects displaying Gantt view. This project also utilizes the ResourcesTree control to display a hierarchy of resources...
View ArticleReport Storage for the End-User Report Designer
The following example demonstrates how to implement a report storage to persist report definitions in a database or in any other custom location. This may be useful when providing end-users with the...
View ArticleHow to create SubMenu's items from a data collection
This example demonstrates how to populate the menu based upon a specific data source using a data-binding mechanism. To learn more on how to implement similar functionality in WPF, refer to the E3032...
View ArticleHow to Save Grid Layout to and Restore It from a memory stream
This example shows how to save the grid layout to a memory stream. To do this, click the 'Save Layout' button. Once saved, the grid layout can then be restored by clicking the 'Restore Layout'...
View ArticleHow to Save Grid Layout to and Restore It from a memory stream
This example shows how to save the grid layout to a memory stream. To do this, click the 'Save Layout' button. Once saved, the grid layout can then be restored by clicking the 'Restore Layout'...
View ArticleHow to use custom printing templates
This example demonstrates how to use grid's printing templates to change the grid printing appearance.To learn more on how to implement similar functionality in WPF, refer to the E3228 example.
View ArticleHow to use custom printing templates
This example demonstrates how to use grid's printing templates to change the grid printing appearance.To learn more on how to implement similar functionality in Silverlight, refer to the T246198 example.
View ArticleHow to track filter criteria changes in the unbound FilterControl
By default, the FilterControl's FilterCriteria property is updated only after the ApplyFilter method has been called, while the ActualFilterCriteria property does not send notifications when the user...
View ArticleHow to track filter criteria changes in the unbound FilterControl
By default, the FilterControl's FilterCriteria property is updated only after the ApplyFilter method has been called, while the ActualFilterCriteria property does not send notifications when the user...
View Article