How to hide a BarEditItem's caption
This example shows how to hide a BarEditItem's caption even if the control is not empty.In versions 2011 vol 2 and 2012 vol 1, this functionality can be implemented by overriding the...
View ArticleMVVM - How to bind the GridControl's selected rows to a property in a ViewModel
This example demonstrates how to bind GridControl's selected rows to a property in ViewModel in a MVVM-based application. The SelectionAttachedBehavior helper class used in this sample, provides a...
View ArticleMVVM - How to bind the GridControl's selected rows to a property in a ViewModel
This example demonstrates how to bind GridControl's selected rows to a property in ViewModel in a MVVM-based application. The SelectionAttachedBehavior helper class used in this sample, provides a...
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 use the IMVVMDockingProperties interface in an MVVM application
This example demonstrates how to use the DXDocking IMVVMDockingProperties interface. This interface provides you a way to specify target groups for each of your view models.For more information on how...
View ArticleHow to customize a message dialog displayed when runtime errors occur
This example demonstrates how to display a custom message in a custom manner instead of the default user warning dialog box.Сreate a class that implements the IMessageBox service and register that...
View ArticleXRTable - How to best fit columns
Currently, XRTable does not provide the best fit column functionality for several reasons. It is not quite clear how this feature should work in the case of multi-line text in cells. Being applied to a...
View ArticleHow to use XPO in ASP.NET MVC3 application (Razor)
This example demonstrating a simple ASP.NET MVC3 application using XPO as Data Access Layer.See also: How to use XPO in an ASP.NET MVC applicationQuestion CommentsAdded By: TPS Programmer at: 11/3/2014...
View ArticleHow to use the IMVVMDockingProperties interface in an MVVM application
This example demonstrates how to use the DXDocking IMVVMDockingProperties interface. This interface provides you a way to specify target groups for each of your view models.For more information on how...
View ArticleHow to bind the ASPxScheduler to the Oracle data base using the...
This example demonstrates the approach described in the following KB article:How to bind ASPxScheduler to the Oracle data base using the ObjectDataSource component (description)To run this sample, you...
View ArticleHow to customize an XPO business model at runtime (Example)
Sometimes there is a requirement to extend existing business classes from other libraries, add new members, etc.For instance, you have an assembly where you have declared your persistent classes. Now,...
View ArticleHow to highlight the focused editor in DetailView
Scenario In this example, it is demonstrated how highlight focused editors in an editable DetailView for both Windows and the Web:Additionally, the following Model Editor extensions are implemented for...
View ArticleHow to convert and then print an GridView extension by using the XtraReport
This example demonstrates how to dynamically create a report based upon the GridView extension at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...
View ArticleHow to search and focus nodes in the Tree List editor
This example demonstrates how to use recursion to search and focus a node in the TreeList.It contains a custom controller (FilterTreeListViewController) that extends the default behavior of the...
View ArticleHow to create and populate an unbound column
GridView does not cache values of an unbound column, because it is impossible to determine when the cache should be cleared automatically. GridView just displays values provided by the...
View ArticleHow to set the text max length in the ASPxMemo control
This example shows how to set the text max length in the ASPxMemo control.If an end-user types in text or pastes it by using a corresponding shortcut, you can crop the text in the KeyDown event handler...
View ArticleASPxGridView - How to sort the columns placed in the CustomizationWindow...
By design, ASPxGridView orders columns in CustomizationWindow based on a column's caption. Thus, it is necessary to change the column caption to change its order in the CustomizationWindow. Adding an...
View ArticleHow to conditionally change control appearance
This example demonstrates how to conditionally change control appearance at runtime. For this, it is necessary to create an instance of the FormattingRule class, specify its Condition and Formatting...
View ArticleASPxGridView - Cell Merging
The example shows how to implement the cell merge feature for the ASPxGridView control. You can use the helper class that will perform cell merging for the grouped grid as well. Please keep in mind...
View ArticleHow to create a WinExplorerView descendant class and register it for...
This is an example of a custom WinExplorerView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer.To obtain...
View Article