How to implement cascading ASPxComboBoxes for editing custom fields in a...
This exampleĀ illustratesĀ a server-side technique of editing hierarchicalĀ custom appointment fieldsĀ using cascadingĀ ASPxComboBoxes.The main idea of implementing cascadingĀ ASPxComboBoxes was demonstrated...
View ArticleHow to show filter dialog before showing ListView
Scenario:When a user executes a navigation item that displays a large ListView, the application should display a popup window that allows you to define a filter for this ListView before loading records...
View ArticleHow to create simple bars from code
This example shows how to create two bars from code. The first bar represents the main menu toolbar, containing one menu item. The second bar represents the main menu toolbar containing two buttons.To...
View ArticleHow to create simple bars from code
This example shows how to create two bars from code. The first bar represents the main menu toolbar, containing one menu item. The second bar represents the main menu toolbar containing two buttons.To...
View ArticleHow to modify the context menu of grid columns
The following example demonstrates how to customize the grid's context menu at runtime. For instance this sample demonstrates how to remove the default 'Show Column Chooser' menu item from the Column...
View ArticleCreate Header or Field Value Templates and replicate existing look-and-feel
This example demonstrates how to customizeĀ the Field Header andĀ Field Value templates, and keepĀ automaticĀ appearance and functionality. It is not possible to simply replace the default Header or Value...
View ArticleGridView - How to use a built-in Context Menu to display summaries in Custom...
Having researched this scenario, we found that it's impossible to support it out of the box, since it requires implementing a separate action for the ContextMenu features. This example illustrates how...
View ArticleHow to change BarItemLink's appearance via templates
This example demonstrates how to change a BarItemLink's appearance by customizing templates (available via the CustomResources property)To learn more on how to implement similar functionality in...
View ArticleHow to change BarItemLink's appearance via templates
This example demonstrates how to change a BarItemLink's appearance by customizing templates (available via the CustomResources property)To learn more on how to implement similar functionality in WPF,...
View ArticleSimple MVVM application with DXBars - Tutorial
This tutorial demonstrates how to implement a simple and flexible data management system by using the MVVM pattern for WPF platform.TaskImplement a flexible data management system by using the MVVM...
View ArticleHow to synchronize the NavBar Navigation Pane expanded width with its popup...
By default, Microsoft Outlook allows you to synchronize the Navigation Pane width in expanded mode with its Popup Window width.This example illustrates how to add similar behavior to the NavBar.To add...
View ArticleOBSOLETE: Disable cell text wrapping during column resizing operations
When end-users resize columns, cell text can become word-wrapped if a column becomes too narrow to fit cell values. You can avoid this by placing cell text into the <div> tag and disable this...
View ArticleHow to add custom Field Values (Rows/Columns) that are not present in a...
As described in the Custom column/row values ( Show Field Values that are not present in the original data source ) ticket, PivotGridControl cannot display field values in row and column areas if these...
View ArticleHow to automatically generate columns with predefined settings (MVVM)
Update:In version 13.2, we significantly improved Data Annotation attribute support for our controls. You can use standard Data Annotation attributes as well as custom ones provided with our MVVM...
View ArticleHow to automatically generate columns with predefined settings (MVVM)
Update:In version 13.2, we significantly improved Data Annotation attribute support for our controls. You can use standard Data Annotation attributes as well as custom ones provided with our MVVM...
View ArticleHow to use the DXDocking and DXBars components with Prism
This sample demonstrates how to use the DXDocking and DXBars components with Prism. The solution contains projects for the Silverlight platform:1.The Infrastructure module contains common resources and...
View ArticleHow to use the DXDocking and DXBars components with Prism
This sample demonstrates how to use the DXDocking and DXBars components with Prism. The solution contains projects for the WPF platform with shared code:1.The Infrastructure module contains common...
View ArticleHow to add a menu item that allows hiding all tab items
Handle the TabShown event. In this event handler, call the DXTabControl.HideTabItem method, and call the internal PopupClose method via reflection.
View ArticleMVVM - How to bind GridColumn properties to properties in a ViewModel
This example shows how to bind column properties and properties of column's EditSettings to properties in the ViewModel in a MVMM-based application. Additionally, the sample demonstrates how to...
View ArticleHow to hide a BarEditItem's caption
This example shows how to hide a BarEditItem's caption even if the control is not empty.To learn more on how to implement a similar functionality in WPF, refer to theĀ E3774 example.
View Article