How to use jQuery to drag and drop items from one ASPxGridView to another
The example demonstrates how to use the jQuery framework to drag an item from one grid to another.- Use jQuery UI Draggable and Droppable plug-ins;- Define "draggable" and "droppable"...
View ArticleReport Print Preview - How to size the Parameters panel
This example demonstrates how to size the Parameters panel in the Report Print Preview:The main idea is to obtain the Parameters panel (a DockPanel object) and set its width using the DockPanel.Width...
View ArticleHow to create a DiagramShape descendant and serialize its properties
This example demonstrates how to serialize custom data using DiagramControl's serialization mechanism. In the example, the Content property of diagram shapes is loaded from data objects every time the...
View ArticleHow to preserve the XtraGrid View state
This example demonstrates how to preserve the XtraGrid's expansion, selection, focused row and its position related to the top, and restore this state later. For more information, please refer to the...
View ArticleHow to specify default parameter values in the Web Viewer
The following example shows how to specify default parameter values on dashboard loading. To do this, handle the ASPxDashboardViewer.DashboardLoaded event, get access to the dashboard object using the...
View ArticleHow to specify default parameter values in the WinForms Viewer
The following example shows how to specify default parameter values on dashboard loading. To do this, handle the DashboardViewer.DashboardLoaded event, get access to the dashboard object using the...
View ArticleHow to pass a hidden dashboard parameter to a custom SQL query in the...
The following example shows how to filter a custom SQL query by changing a parameter value in the DashboardViewer.CustomParameters event handler.In this example, the custIDQueryParameter query...
View ArticleHow to pass a hidden dashboard parameter to a custom SQL query in the Web Viewer
The following example shows how to filter a custom SQL query by changing a parameter value in the ASPxDashboardViewer.CustomParameters event handler.In this example, the custIDQueryParameter query...
View ArticleHow to read and manipulate XPO objects stored in multiple databases...
See the How to read and manipulate XPO objects stored in multiple databases simultaneously article for description.
View ArticleHow to bind a spreadsheet to an MS SQL Server database
This example demonstrates how to bind a cell range on a worksheet to the sample Northwind database to load data from the Suppliers data table. To accomplish this task, the...
View ArticleTables Simple Example
The following example demonstrates how the RichEditControl manages document tables in code.
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 ArticleUse only one scroll bar for a grid with multiple master/detail levels.
A grid containing a number of groups (master), each with a number of lines (detail) is a representation of an order which is grouped for readability. When a group has a greater number of lines then...
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 ArticleBest Practice - ASPxGridView - Online Dictionary mobile friendly web application
The idea is to create the "Online Ayurvedic Dictionary" web application with the search feature (i.e. quick filtering) for finding required ayurvedic term(s). The web site should be responsive and...
View ArticleHow to use ASPxGridLookup inside an ASPxGridView GridViewDataComboBoxColum...
This example demonstrates how to utilize the GridViewDataComboBoxColumn that retrieves "lookup" values via the Dynamic List Population mode (in a browse ASPxGridView mode).The ASPxGridLookup, which is...
View ArticleMVCxDashboard - How to save dashboards to a data base
This example shows how to create a custom dashboard storage that allows storing dashboards in a data base. It uses the System.Data.SqlClient members to connect and operate an MS SQL server data base. A...
View ArticleHow to save dashboards created in ASPxDashboard to a DataSet
The following example shows how to create a custom dashboard storage for ASPxDashboard by implementing the IEditableDashboardStorage interface. In this example, a DataSet is used as an in-memory...
View ArticleWeb Dashboard - How to add custom information to the exported dashboard at...
The following example shows how to specify header and footer content of an exported dashboard using the CustomExport event. This event provides access to the underlying report of the exported...
View ArticleWinForms Dashboard - How to add custom information to the exported dashboard...
The following example shows how to specify header and footer content of an exported dashboard using the CustomExport event. This event provides access to the underlying report of the exported...
View Article