GridView - How to use GridLookup with single selection mode in EditForm
This example illustrates how to use GridLookup with single selection mode (SelectionMode is Single) in GridView for CRUD operations. By default, GridView doesn't have a built-in column for this...
View ArticleHow to create a custom GridView, which will take into account custom drawing...
This example demonstrates how to override the default exporting process to take into account custom drawn content provided via the GridView.CustomDrawGroupRow event.See also:How to make a custom...
View ArticleHow to dynamically size an image to make it fit into the entire page client area
This example demonstrates how to dynamically change the report control (XRPictureBox) size to make it take the entire report client area and reflect the page changes made by an end-user. In fact, this...
View ArticleRibbonControl - How to show a hint on hovering the mouse over the BarItem's...
This example demonstrates a possible way of implementing the "Add to Favorites" functionality.Possible scenarioWe are developing a chat application using DevExpress RibbonControl. Like in the majority...
View ArticleTokenEdit - How to add a check box to a token
This example demonstrates how to add a check box to the end of a token.The CustomTokenEdit editor implemented in this example enhances the TokenEdit editor functionality.If you have already used...
View ArticleGridView - How to use GridLookup in EditForm in multiple selection mode
Starting with v15.1, GridLookup can be automatically bound to a model field that returns an array of values (see DevexpressEditorsBinder - Support binding multiple values selected in MVC editor...
View ArticleGridControl - How to add a check box to a column header
This example demonstrates how to add a check box to a column header.Pic. 1Pic.2To use this solution in your application, execute the following steps:1. Drop the GridViewColumnHeaderExtender component...
View ArticleHow to use two-way data-bound ASPxGridLookup in edit form of ASPxGridView to...
This example shows how to use a two-way data-bound ASPxGridLookup in the edit form of ASPxGridView to update or insert new data.MVC:GridView - How to use GridLookup with single selection mode in...
View ArticleHow to use ASPxGridLookup in multiple selection mode as the ASPxGridView editor
This example is an illustration of the Documentation - Add information about the use of the ASPxGridLookup.Value property in Multiple SelectionMode suggestion.It illustrates how to use ASPxGridLookup...
View ArticleDiagramControl - How to create custom shapes with connection points
The Diagram control supports a special language for defining shapes. The main element that contains shape description is ShapeTemplate. This element describes a shape contour and may contain several...
View ArticleHow to show the Filter Panel on top
This example illustrates how to show the Filter Panel on top.
View ArticleHow to send authenticated requests to the OData service
This example demonstrates how to send authenticated requests to the OData service. The main idea is to handle the ODataContext.beforeSend event and add login information to the header of your...
View ArticleHow To: Create Bars Represented by Separate Containers Using ToolBarControl,...
This example shows how to create three bars (File, Edit and StatusBar) using the MainMenuControl, ToolBarControl and StatusBarControl controls. In this example, the BarContainerControl is used to...
View ArticleHow To: Cache Views in DXTabControl in Order Not to Recreate Them Each Time a...
When views with heavy elements are displayed in a DXTabControl, it makes sense to cache them so that they are not recreated whenever a tab is opened. This will decrease loading time for cached tabs....
View ArticleHow To: Integrate DXTabControl Tabs into a Window Header
DXTabControl can be integrated into a window. When this feature is enabled, TabControl tabs are displayed next to the window title.To activate this functionality, replace the standard Window with...
View ArticleHow to: Create Bars in One Common Container Using BarManager
This example shows how to create three bars (File, Edit and StatusBar) using the BarManager component. Actions for bar elements are defined by commands implemented in the MyViewModel class. The...
View ArticleHow to: Generate Tabs in DXTabControl from a Collection
The following example demonstrates how to bind a TabControl to data. When the ItemsSource property is set, DXTabControl automatically generates tabs based on collection items. Most commonly, the...
View ArticleHow to: Add or Close Tabs Using Special Buttons in DXTabControl
DXTabControl provides built-in functionality for hiding and adding tabs. This example demonstrates how to add or delete when they are generated from a collection. To show corresponding buttons, use...
View ArticleHow to: Enable Scrolling for Tab Headers in DXTabControl Using ScrollView
DXTabControl can be used with different views. In this example, it's demonstrated how to use TabControlScrollView. In the scroll view, tab headers are displayed in a single line. When headers don't fit...
View ArticleHow to: Show Tab Headers in DXTabControl in Multiple Lines Using MultiLineView
DXTabControl supports multiple views. In this example, TabControlMultiLineView is used to display tabs in multiple lines when tab headers don't fit into the Tab Header Panel. TabControlMultiLineView...
View Article