How to apply sorting by Summary along with sorting by the Column
This example shows how to sort group summary items along with the column that the summary is aligned with.To add this functionality, you can use the proposed helper class (GroupSummaryOptions) in your...
View ArticleHow to create a Stock chart
The following example demonstrates how to create a Stock chart at runtime.Note that this series view type is associated with the XY-Diagram type, and you should cast your diagram object to this type,...
View ArticleHow to show arbitrary data from the underlying datasource in a series point's...
This example demonstrates how to display custom data in a series point's label. To accomplish this task, it is necessary to handle the CustomDrawSeriesPoint event, then obtain any data field via the...
View ArticleASPxReportDesigner - How to create an ASP.NET End-User reporting application...
This example demonstrates how to create an End-User Reporting Application similar to a WinForms application that stores reports in the web server's filesystem. The ASPxFileManager control is used to...
View ArticleHow to integrate the Web Report Designer into a web application
This example demonstrates how you can integrate the Web Report Designer into your web application. The application contains a simple report catalog, allowing you to add, delete, and edit reports whose...
View ArticleHow to represent a collection property using a checked list box
Scenario: 1. It is required to show a check list. It should be possible to add and remove items for this list dynamically.2. There are a couple of child records, and it is required to show all...
View ArticleHow to perform ASPxGridView instant updating using different editors in the...
UPDATED:Starting with version 13.2, the ASPxGridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much...
View ArticleHow to create cascaded ComboBoxes in a report's Parameters panel in an...
This example demonstrates how to add cascaded ComboBox parameters to the XtraReport by using a report's built-in functionality. As the built-in report functionality is used, this task can be completed...
View ArticleHow to display a chart in a group footer (in a WPF application)
This example demonstrates how to visualize data in a grouped report with the help of the XRChart control. For more details, see How to: Display a Chart in a Group Footer.
View ArticleHow to display a chart in a group footer (in an ASP.NET MVC application)
This example demonstrates how to visualize data in a grouped report with the help of the XRChart control. For more details, see How to: Display a Chart in a Group Footer.
View ArticleHow to display a chart in a group footer (in an ASP.NET Web Forms application)
This example demonstrates how to visualize data in a grouped report with the help of the XRChart control. For more details, see How to: Display a Chart in a Group Footer.
View ArticleHow to display a chart in a group footer (in a WinForms application)
This example demonstrates how to visualize data in a grouped report with the help of the XRChart control. For more details, see How to: Display a Chart in a Group Footer.
View ArticleGridView - How to disable restoring columns from Customization Form via...
This example illustrates how to avoid restoring column from the Customization Form via the double click
View ArticleAdvBandedGridView - How to disable restoring bands from Customization Form...
This example illustrates how to avoid restoring bands from the Customization Form via the double click
View ArticleDate range filtering in the Filter Row
This example illustrates how to specify a column's FilterTemplate by using two ASPxDateEdit controls and use them for date range filtering:- Enter the start and end date values;- Call the client-side...
View ArticleScheduler - Lesson 1 - Show appointments in read-only mode
This example demonstrates how to show appointments in a simple scheduling application using MVC Scheduling Extensions bound to data. We suggest that you review it if you are a first-time user of the...
View ArticleHow to use ASPxClientTreeList.GetFocusedNodeKey to collapse and expand nodes...
This example demonstrates how to use the ASPxClientTreelist.GetFocusedNodeKey method to expand and collapse tree nodes based on the state of a node (“Collapsed” or “Expanded”). You can get the node...
View ArticleHow to use ASPxWebControl.RedirectOnCallback to redirect a user on a callback
This example demonstrates how to use ASPxWebControl.RedirectOnCallback to redirect a user on an AJAX login request without reloading a page. You can implement user login without reloading a page if...
View ArticleHow to use ASPxClientGridView GetSelectedKeysOnPage and GetVisibleRowsOnPage...
This example demonstrates how to use ASPxClientGridView.GetSelectedKeysOnPage and ASPxClientGridView.GetVisibleRowsOnPage to prevent a user from deleting all rows on a single grid page (if editing...
View ArticleHow to use the ASPxClientWebControl.SetVisible method and the client-side...
This example demonstrates how to use the ASPxClientWebControl.SetVisible method and the client-side ASPxClientCallbackPanel.EndCallback event to show/hide controls implementing a simple verification...
View Article