How to organize Wizard interface within PageControl Extension
This example is the ASP.NET MVC implementation of the How to organize Wizard interface within ASPxPageControl example. It illustrates to organize the so-called wizard interface within the MVC...
View ArticleASPxHtmlEditor - How to create a custom dialog to support different ordered...
This example illustrates how to use CustomToolbarButton and HtmlEditorCustomDialog API to create a custom dialog that allows applying different formats for ordered lists.
View ArticleHow to custom draw in PDF Viewer
The PDF Viewer can draw graphics in the PDF document in the Control.Paint event handler. In this example, the filled rectangle is drawn at any document space when you hold down the left mouse button...
View ArticleWeb Viewer - How to use a parameter to filter an item using a filter element...
This example demonstrates how to filter items bound to different data sources using a hidden ProductIDs parameter that supports multi selection. This parameter is used as described in the Filtering...
View ArticleHow to provide custom summary values for Total, Grand Total and ordinary cells
This example is made using the ASPxPivotGrid control. This approach can be used with XtraPivotGrid and DXPivotGrid controls. When the CustomSummary event is used to provide custom values for only Total...
View ArticleHow to customize a cell in the exported Excel document
When exporting an ASPxPivotGrid control to XLSX (or XLS) format, you can customize a cell appearance in the exported document using the PivotXlsxExportOptions.CustomizeCell (or...
View ArticleHow to bind the Web Dashboard Designer to an Object Data Source and supply it...
In this example, the ObjectDataSource.DataSource property specifies the type of a data class. The actual data for this data source is provided by handling the DashboardService.DataApi.DataLoading event.
View ArticleASPxHtmlEditor - How to use custom characters in placeholders
This example illustrates how to use the StartMark and EndMark properties to specify custom characters that will be displayed at the beginning and at the end of placeholders, respectively.
View ArticleHow to edit appointments using a custom Appointment Form when appointments...
This example demonstrates how to extend the approach demonstrated in the How to create a custom Appointment form to work with custom fields (based on T153478) example for the "Resources Sharing" scenario.
View ArticleHow to separate data between employees and managers of different departments...
ScenarioThis example demonstrates how to use the new security system to implement the following security roles:- Users (Joe, John) can view and edit tasks from their own department, but cannot delete...
View ArticleHow to connect the Web Dashboard Designer to an OLAP cube
This example shows how to use DashboardOlapDataSource to connect the Web Designer to an OLAP cube.
View ArticleHow to connect the Web Dashboard Designer to an SQL database
This example shows how to connect the Web Designer to a Microsoft Access database using the DashboardSqlDataSource.
View ArticleHow to connect the Web Dashboard Designer to an Excel workbook
This example shows how to use DashboardExcelDataSource to connect the Web Designer to an Excel workbook and how to select the A1:L2000 range of cells located on the SalesPerson worksheet.
View ArticleHow to bind the Web Dashboard Designer to an Object data source
This example shows how to bind the Web Designer to an object data source defined in a separate class within a current project using DashboardObjectDataSource.
View ArticleHow to use WCF ReportService in WPF
This example illustrates how to use WCF ReportService to generate a report on the server-side and display a report in a WPF client application.See also:Using the Web Service as an...
View ArticleUsing the Web Service as an XtraReport.DataSource
This example illustrates how to use the Web Service as an XtraReport.DataSource.See also:How to use OData (WCF Data Services) to provide data for a reportHow to use WCF ReportService in WPF
View ArticleHow to use OData (WCF Data Services) to provide data for a report
At the moment, XtraReports cannot connect to an OData data source directly. Our reporting tools, however, are data source agnostic and support data sources of different types including .NET data...
View ArticleHow to highlight the next or previous search result in the grid
This example demonstrates how to implement a search functionality like in Opera using the ButtonEdit editor.To use this solution in your application, execute the following steps:1. Drop the FindHelper...
View ArticleHow to highlight the next or previous search result in the treelist
This example demonstrates how to implement a search functionality like in Opera using the ButtonEdit editor.To use this solution in your application, execute the following steps:1. Drop the FindHelper...
View Article