DevExtreme SPA - How to define different view HTML templates for portrait and...
This is the project that you will get if you go though the DevExtreme SPA Framework - App Orientation video tutorial.
View ArticleHow to allow an end-user to move the rows in a grid up and down if the grid...
This example demonstrates how to swap two rows to move a specific row up or downQuestion CommentsAdded By: dsk96m at: 9/19/2013 9:07:54 AM This code is great, but does not work if you delete a row....
View ArticleHow to reorder ASPxGridView rows using buttons or drag-and-drop
This example demonstrates how to move ASPxGridView rows using buttons or jQuerry Drag&Drop.To keep the order of rows, it is necessary to set up an extra column to store row order indexes. Then,...
View ArticleHow to enable unobtrusive validation for GridView using the EditForm template
Note. Starting with DevExpress 14.1, the ASP.NET MVC GridView extension fully supports the unobtrusive client validation for built-in edit forms. Refer to the Support unobtrusive validation for the...
View ArticleHow to force the grid to stay in Edit mode
This example demonstrates how to programmatically switch the grid into edit mode, and to save changes when the row focus moves.See Also:How to implement a single cell editing feature in the...
View ArticleHow to get all GridView selected keys and pass them to a Controller
This example illustrates how to collect all selected values (for example, keys) on the client side via the ASPxClientGridView.GetSelectedFieldValues method and pass them to: - The GridView callback...
View ArticleASPxTextBox - How to attach the jQuery AutoComplete plugin
This example illustrates how to attach the jQuery AutoComplete plugin to the ASPxTextBox editor.Usually when it is necessary to attach jQuery selectors to any existing HTML content, it is recommended...
View ArticleASPxGridView - How to update total summaries on the client side in Batch Edit...
Question CommentsAdded By: Dhaval.Shah at: 6/23/2014 5:25:31 PM Hi Larry,Good example for us, I must admit.I noticed one thing:I modify C2 value and press TAB, the total updates correctly.However,...
View ArticleHow to validate Captcha using $.ajax
This example demonstrates how to implement Model and Captcha validation using $.ajax.The main idea is to use the jQuery serialize function to manually collect values from all inputs inside form. Then...
View ArticleColorPickEdit - How to modify boundaries of the color box that shows the...
This example demonstrates how to modify the boundaries of a rectangle that shows the selected color.
View ArticleHow to determine the page number of a clicked PDF page
This example demonstrates how to identify a PDF page in the document by using the GetDocumentPosition method of the PdfViewer.
View ArticleCustom GridControl - How to create a vertical embedded Navigator
This example demonstrates how to create a custom GridControl that supports a vertical navigator.
View ArticleHow to save callback state in the Session object
The ASPxPivotGrid stores its intermediate state in a hidden CallbackState field. In some cases, especially when the ASPxPivotGrid is connected to a large OLAP cube, this state can have a significant...
View ArticleHow to configure dxMenu
This is the project that you will get if you go though the HTML5 Menu video tutorial.
View ArticleHow to connect different ORM data models to several databases within a single...
ScenarioThis example demonstrates how to create custom XAF modules with custom business objects and logic that would work with separate databases. These modules do not depend on each other and thus can...
View ArticleOBSOLETE - How to setup a connection to the database from a Module project...
=====================================This example is now obsolete. Instead, refer to the How to connect different ORM data models to several databases within a single application...
View ArticleHow to: Adjust the size of pop up dialogs
The complete description is available in the How to: Adjust the Size of Pop up Dialogs displayed in ASP.NET Applications topic.
View ArticleHow to set the size of the popup window shown via the PopupWindowShowAction...
==========================================This example is now obsolete. Instead, refer to the How to: Adjust the size of pop up dialogs example.==========================================To accomplish...
View ArticleASPxNavBar - How to access controls contained within an ItemTemplate on the...
This sample demonstrates how a check box editor, contained within a navbar's ItemTempate, can be accessed on the client side by using the editor's ClientInstanceName property value generated...
View ArticleHow to create a BandedGridView descendant class and register it for...
This is an example of a custom BandedGridView 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