Getting Started - Lesson 3 - Using Series Template for Auto-Created Series
This lesson demonstrates how to add a series template to a chart's diagram, and then automatically bind this template to a datasource.Note that although in this tutorial we will use the Microsoft...
View ArticleHow to filter a collection by an associated objects' properties
This example demonstrates how to filter a collection of parent objects (Customers) by a specific value which must exist in child collections (Orders) of each parent (Customer). Please refer to the...
View ArticleUsing Mail Merge - a simple example
This simple example illustrates a mail merge in the XtraRichEdit. The tab control on the form contains two RichEdit controls and ribbon UI. One RichEdit control is used to construct a template, the...
View ArticleHow to align summary values displayed in a group row to the corresponding...
This is an example for the A1041 Knowledge Base article. Please refer to the article for the explanation. This example was updated to prevent overlapping of a summary text with the group row text when...
View ArticleASPxTreeView - How to change the height of the node
To accomplish this task, you can set the NodeStyle.CssClass property to the corresponding nodes and calculate the separator width in the ASPxClientTreeView.Init event handler.
View ArticleHow to export a grid column with an image in its caption
This example demonstrates how to create a GridControl descendant which allows exporting columns with an icon in its header. To accomplish this task, it is necessary to override the PrintHeader method...
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 ArticleASPxGridView - Multi-Row Editing
This demo shows how to edit all rows selected on the page.See Also:Custom client-side logic implementation in the grid with multi-row editingHow to implement the multi-row editing feature in the...
View ArticleDXCharts Getting Started - Lesson 2 - Bind Chart Series to Data
This example demonstrates how to manually add a series to the chart's diagram, and then bind this series to the datasource.
View ArticleHow to provide custom names for the Field List data items
This example demonstrates how to use the IDisplayNameProvider interface (which substituted the IDataDictionary interface starting with the 11.2 XtraReports version) to change the names of the Field...
View ArticleHow to supply the dashboard with data provided as a collection of records
The following example demonstrates how to supply a dashboard with data provided as a collection of records. The DataLoading event will be used for this purpose.In this example, the data source is...
View ArticleGrid Views and Grid Control's View Repository
This sample demonstrates the basics of working with Views. The application features a grid control that can display the same data using three different views - LayoutView, GridView and...
View ArticleGetting Started - Lesson 3 - Using of the Series Template for Auto-Created...
This lesson demonstrates how to add a series template to a chart's diagram, and then automatically bind this template to a datasource.Note that although in this tutorial we will bind the chart to...
View ArticleHow to: Use the Entity Framework Model First in XAF
The complete description is available in the How to: Use the Entity Framework Model First in XAF topic.
View ArticleHow to implement a drill-down feature for an ASP.NET MVC web report
This example demonstrates how you can implement a Drill-Down feature for a report displayed in the ASP.NET MVC DocumentViewer extension.The main idea of this approach is to store the expanded state of...
View ArticleDocumentViewer - How to customize a report parameter editor in MVC application
DocumentViewer - How to customize a report parameter editor in an MVC applicationThis example demonstrates how you can customize the editor used to edit the XtraReport parameter in the ASP.NET MVC...
View ArticleHow to print/export only those records that are checked via the XRCheckBox in...
This example demonstrates how to conditionally include rows into a printed/exported web report. To select rows, the XRCheckBox is used. Once the user clicks on the corresponding XRCheckBox, the client...
View ArticleHow to bind the Scheduler to a Microsoft SQL CE database - a sample application
This example demonstrates the WinForms Scheduler control bound to a Microsoft SQL CE database.
View ArticleASPxTreeView - How to change the height of the node
To accomplish this task, you can set the NodeStyle.CssClass property to the corresponding nodes and calculate the separator width in the ASPxClientTreeView.Init event handler.
View ArticledxChart - How to display data from a remote data service (AngularJS)
This example demonstrates how to display data from a remote data source in a dxChart. The dxChart widget is created via AngularJS. The Data-Bound Application tutorial demonstrates how to create a...
View Article