GridView - How to implement date range filtering using a custom editor in the...
This example demonstrates how to implement date range filtering in the GridView extension. Use the MVCxGridViewColumn.SetFilterTemplateContent method to create a custom editor and assign a delegate...
View ArticleGridView - How to use the jQuery autocomplete plugin with ASP.NET WebApi
The Autocomplete plugin allows you to implement the functionality that helps end-users find and select values from a pre-populated list while typing. It also allows loading this list on demand by using...
View ArticleEnd-User Restrictions - How to define "availability" intervals for different...
This example illustrates how to define different time intervals that are available for scheduling. This information is stored in the ~\App_Data\ResourcesAvailabilities.mdb database. It has the...
View ArticleHow to print ASPxScheduler via the XtraSchedulerReport on a separate web page
This example illustrates how to print ASPxScheduler on a separate web page. For this an invisible ASPxScheduler is placed to this web page (ReportingPage.aspx). This is the simplest method to connect...
View ArticleHow to filter appointments by custom field values
This example illustrates how to filter appointments by custom field values. A particular value is selected via the ASPxComboBox. In the ASPxClientComboBox.SelectedIndexChanged event handler this value...
View ArticleASPxDataView - How to highlight the selected item
This example demonstrates how to highlight an item of ASPxDataView if a user focused it by clicking.
View ArticleHow to create a custom exporter for the PivotGridControl by using the...
This example illustrates how to dynamically create a custom report based on PivotGridControl content. It also implements the following suggestions:S130430S91257AS9011 and the S18650 suggestion for...
View ArticleHow to create a custom exporter for the ASPxPivotGrid control by using the...
This is an ASP version of the How to create a custom exporter for the PivotGridControl by using the XtraReport suite example.
View ArticleHow to print or export a report from code without first previewing it
This sample illustrates how you can print or export a report from code in a Silverlight application.The solution has the following projects:- E3422: a Silverlight client application.- E3422.Web: a web...
View ArticleHow to update the Document Preview according to the changes made in GridControl
This sample demonstrates how you can create a report document from a GridControl, and update its Document Preview on the same page, by clicking a button.
View ArticleRuntime detail height sizing with respect to XRSubreport size
In a single detail band an XRLabel and XRSubreport are placed side-by-side. The goal is to resize the XRLabel height to match the accompanying XRSubreport. This may be accomplished by calling...
View ArticleHow to remove standard bar items and add custom ones to the DocumentPreview...
This example demonstrates how to customize the DocumentPreview control's toolbar.In particular, it shows how you can remove a standard button from it, and add custom ones.You can tie your custom logic...
View ArticleHow to use the Simple Link
The following example demonstrates how to use the SimpleLink class to print data from a non-hierarchical data source.See also: How to use the CollectionView Link
View ArticleHow to use the CollectionView Link
The following example demonstrates how to use the CollectionViewLink class to print data from a hierarchical data source, which implements the ICollectionView interface.See also: How to use the Simple...
View ArticleHow to load a report from a REPX file
This example demonstrates how you can restore a report from its definition file by customizing the default Report Service behavior.
View ArticleHow to bind a dxChart plugin from ChartJS library to ASPxPivotGrid
This example demonstrates how to obtain the chart datasource using the IDataSource interface implemented by the ASPxPivotGrid, convert data to the JSON format and pass it to the client via a custom JS...
View ArticleHow to show chart legend with markers in separate control
This example illustrates how to show a ChartControl legend in a GridControl.
View ArticleHow to apply theme to DevExpress ASP.NET Control Descendant
How to apply a theme to a DevExpress control descendantTo apply a theme to Custom Control that uses some of DevExpress controls you need to apply a global theme for the page or for the entire...
View ArticleHow to show file system items in the TreeList and load required icons for...
This example demonstrates how to show file system items in the TreeList control and load icons for each file system item.
View ArticleDXCharts Getting Started - Lesson 1 - Create a Simple Chart
This example demonstrates how to create a simple chart, populate it with data and adjust its common settings.
View Article