How to use XPO in ASP.NET MVC3 / MVC4 application (Razor)
This example demonstrating a simple ASP.NET MVC3 / MVC4 application using XPO as Data Access Layer.See also: How to use XPO in an ASP.NET MVC applicationQuestion CommentsAdded By: TPS Programmer at:...
View ArticleHow to save/load the layout data of the grouped ASPxGridView
This example demonstrates how to save/load the layout data of the grouped and expanded rows during callbacks. Pay attention to the following features:- The Dictionary<string, string> contains...
View ArticleHow to customize the New Report Wizard (introduced in the 2014 vol.1 release)...
This sample illustrates how to customize the wizard in the End-User Designer.Question CommentsAdded By: Jon 9 at: 10/23/2014 5:08:13 AM Is there any further documentation on how to customize the new...
View ArticleGridView - How to update an associated column editor in the Edit Form when...
This as an MVC version of the T359598 - ASPxGridView - How to update an associated column editor in the Edit Form when the GridViewDataComboBoxColumn editor value is modified code example. A custom...
View ArticleHow to refer to a client-side control within a UserControl, if there is more...
This is an example for article How to refer to a client-side control within a UserControl. There is a UserControl with an ASPxPopupControl control. Two instances of the UserControl are put on a page....
View ArticleGridView - How to restore the expanded group rows state after a page is...
This as an MVC version of the E2960 - ASPxGridView - How to restore the expanded group rows state after a page is refreshed code example.See Also:MVCxClientGridView.PerformCallback(Object)
View ArticleASPxGridView - How to restore the expanded group rows state after a page is...
This example shows how to expand various groups of rows in ASPxGridView. Information about a row's state is saved by clicking the 'Save' button. To restore saved rows' state, click the 'Restore'...
View ArticleHow to provide data to a grid via WCF Web Services in server mode
The following example demonstrates how to use WCF (Windows Communication Foundation) to provide data for the DXGrid control. Note that in this case the DXGrid control works in server mode. This...
View ArticleHow to force the ComboBoxEdit to post the selected value when the Tab key is...
This example demonstrates how to create a ComboBoxEdit that posts a value selected in the popup when the Tab key is pressed.To enable this feature, we have created a ComboBoxEdit class descendant and...
View ArticleNavigation - How to implement callback-based navigation in the project...
Problem:I created a new MVC application by using the ASP.NET MVC Web Application template from the Template Gallery (see also: Project Wizard). After that, I added several custom partial views and want...
View ArticleMenu - How to load a content using callbacks on a menu item click based on...
This example demonstrates how to load a content on a menu item click using CallbackPanel callbacks or the jQuery.ajax function. Note that the jQuery.ajax function doesn't require placing the...
View ArticleHow to handle DiagramControl events to save diagrams to a database instead of...
This example demonstrates how to open and save diagrams to a custom storage (e.g., a database) instead of a file system. In the example, the following events are used to implement this...
View ArticleHow to handle DiagramControl events to save diagrams to a database instead of...
This example demonstrates how to open and save diagrams to a custom storage (e.g., a database) instead of a file system. In the example, the following events are used to implement this...
View ArticleGridView - How to open the leftmost tab with invalid editors (PageControl is...
This example is devoted to the scenario when there is a PageControl with Data Editors in the Edit Form template of the GridView extension and we need to validate the editors. In this scenario, it is...
View ArticleHow to implement a custom object serializer
The following example shows how to implement a custom serializer.Custom serializers are required when data source field values are custom objects (not numeric or string values). In this example, the...
View ArticleOBSOLETE - CheckComboBox filtering in the Auto Filter Row
UPDATED #2:Please note that starting with version v13.1, ASPxGridView provides the column's FilterTemplate that allows using ASPxGridLookup as a multi-select AutoFilterRow editor. So, if you need to...
View ArticledxDataGrid - Batch Editing - How to select several cells by holding the CTRL...
This example illustrates how to allow end used to select more than one cell for editing by holding the CTRL key. Then, when the user changes the editor text, the same text will be entered to all...
View ArticleGrid - How to Custom Paint Sort Glyphs in Column Headers
This example shows how to custom paint sort glyphs in column headers with the CustomDrawColumnHeader event.
View ArticleHow to convert group filter to get list of visible value if excluded filter...
This example demonstrates how to get a list of included values by comparing excluded values with all available values requested using the PivotGridGroup.GetUniqueValues methods.
View ArticleGridView - How to enable a responsive layout to integrate GridView into a...
We use the Visual Studio Project Template to generate an application with responsive design. After that, we integrate the GridView extension into this application. Note that this extension provides...
View Article