How to use styles to customize the appearance of groups and items
This example demonstrates how the appearance of groups and items can be customized at different levels within the NavBarControl by using specific style properties.Question CommentsAdded By: Ueli...
View ArticleXtraSpreadsheet localizer example
This example shows how the XtraSpreadsheetLocalizer class helps to determine visual elements and captions where the resources specified by the...
View ArticleHow to get all GridView selected keys and pass them to a Controller
This example illustrates how to collect all selected values (for example, keys) on the client side via the ASPxClientGridView.GetSelectedFieldValues method and pass them to: - The GridView callback...
View ArticleASPxGridView - Custom sorting - how to exclude the first row from sorting
This example demonstrates how to handle the ASPxGridView.CustomColumnSort event to sort all rows except for the first visible row.Question CommentsAdded By: Milind Kadbane at: 8/18/2015 10:05:55 PM...
View ArticleOBSOLETE - How to show custom forms and controls in XAF (Example)
==============================This article is now obsolete. Instead, refer to the eXpressApp Framework> Concepts> UI Construction> Using a Custom Control that is not Integrated by Default...
View ArticleHow to add custom filter items into the DateTime filter popup window
This example demonstrates how to add the capability to enter "greater than", "less than", and "between" directly from the calendar popup filter list.To provide this functionality, it is necessary to...
View ArticleHow to implement conditional formatting for rows using a custom RowStyle
The following sample demonstrates how to change the appearance of grid rows based on a condition. For example, in this tutorial you can see that the background color of grid rows is gradually changed...
View ArticleHow to serialize a report to XML with an untyped DataSet as a data source
This example demonstrates how to serialize a report to XML with an untyped data set as a data source. Refer to How to serialize a report to XML with an untyped DataSet as a data source for more...
View ArticleHow to implement custom XML serialization of a report that is bound to a dataset
This example demonstrates the capability to serialize a report to XML along with its data source.In this example, a report that is bound to a dataset can be saved to a file, and then restored along...
View ArticleHow to convert and then print GridControl by using XtraReport
This example demonstrates how to dynamically create a report based on the GridControl at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also applied in...
View ArticleGetting statred lesson 3 - create a chart using series template
This example contains an application built in the ASP.NET MVC Chart Control Getting Started Lesson 3.
View ArticleWPF SpreadsheetControl API - Part 3
This example is the third part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
View ArticleASPxGridView - How to display a Group Summary in group headers
The How to implement the Group Header Summary article contains a detailed description of this solution
View ArticleASPxGridView - How to display BarCode in a grid column
This example demonstrates how to display BarCode in a grid column by using the Bar Code Library that is shipped with the Document Server product.
View ArticleHow to perform row validation using the IDXDataErrorInfo interface
This example illustrates how to perform row validation using the IDXDataErrorInfo interface. When incorrect data is typed within a Grid row, an error icon, indicating to an end-user about this error,...
View ArticleHow to show a tooltip for the ListBoxControl item
You should use the ToolTipController.ShowHint method to show an item tooltip. To get the item the mouse pointer is hovering over, use the ListBoxControl.IndexFromPoint method. In the...
View ArticleHow to display WebChartControl and QRCode in grid cells
This example illustrates how to display WebChartControl and QRCode in grid cells via two different approaches: 1. Using GridViewDataColumn.DataItemTemplate (implementation of the concept K18282). By...
View ArticleHow to export the pivot grid's data to a file
This example shows how to export the pivot grid's data using the Data-Aware or WYSIWYG types and set the export options. To learn more, see Export Overview.- Click the Export to XLSX button to export...
View ArticleHow to submit GridView with other values in Batch Edit mode
This approach illustrates the solutions suggested in the How to submit GridView with other values in Batch Edit mode help article.
View ArticleHow to edit data displayed within the dashboard
The following example shows how to edit underlying data visualized within the dashboard.In this example, the dashboard visualizes data from the Northwind database. The Data Grid used to display...
View Article