Obsolete: How to use different DataFieldUnboundExpressionMode for different...
Update: Starting with version 15.1, it is possible to define the expression calculation mode for individual fields using the PivotGridField.UnboundExpressionMode property. Refer to the S135276: Provide...
View ArticleHow to import data to worksheet cells from different data sources and use tables
This example illustrates how to use the Worksheet.Import method to import data to worksheet cells from different data sources (arrays, lists and data tables), and how to format a range of cells as a...
View ArticleHow to filter pivot grif to show Top Values calculated by a certain measure...
To accomplish this task, it is necessary to enable the Sorting by Summary and Top N Values features simultaneously. To add a custom context menu item, handle the PivotGridControl.PopupMenuShowing...
View ArticleMultiple selection using checkbox (web style)
From version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection.This feature is demonstrated in the following example: How to use an unbound check...
View ArticleHow to print a report
The following example demonstrates how to print a report.See also: - How to print a report without ReportToolbar; - How to programmatically select a printer; - How to dynamically select the paper...
View ArticleHow to implement the Rest service based on an ASP.NET WebAPI application
This example demonstrates how to implement the Rest service based on an ASP.NET WebAPI application.See also:How to configure ODataService for a DevExtreme HTML5/JS applicationCreating a REST service...
View ArticleASPxGridView - How to turn off automatic auto filter row processing
This example demonstrates how to turn off the automatic auto filter row processing and perform the filtering of all rows simultaneously by a button click. Perform the following steps to implement this...
View ArticleHow to: Use EventToCommand
This example demonstrates how to use the EventToCommand.Review this documentation topic to learn more.Question CommentsAdded By: pablo Aguilar-Lliguin at: 3/7/2016 1:40:34 PM I feel the viewModel is...
View ArticleHow to use the ASPxGridView control (with the enabled vertical scrollbar) in...
This example demonstrates how to resize the ASPxGridView control based on the browser window size.See Also:How to use the ASPxPageControl control in a Full Screen mode (100% browser Width and...
View ArticleHow to pass a multi-value parameter to a query
This example illustrates a workaround to use multi-value parameters in a query string.At present, query parameters cannot be directly mapped to multi-value report parameters, and this task is solved by...
View ArticleHow to use GridLookup in Custom Data Binding mode
This example illustrates what functionality is required to use GridLookup in Custom Data Binding Mode The following delegates are required: GridViewCustomBindingGetDataHandler...
View ArticleASPxDataView - How to assign the ItemTemplate property at runtime
This example demonstrates how the ASPxDataView's template of the ItemTemplate type can be created dynamically. The template is represented by a UserControl that contains a panel with several controls....
View ArticleHow to assign multiple values to a report parameter from a connected data source
This example demonstrates how to create a multi-value parameter and pass it to a report at runtime. To do this, create an instance of the Parameter class and provide it with a set of lookup values. In...
View ArticleHow to assign multiple values to a report parameter
This example demonstrates how to enable an end-user to assign multiple values to a report parameter in a Print Preview.To do this, create an instance of the Parameter class and provide it with a set of...
View ArticleHow to show elements in ASPxFileManager in a custom order
This example demonstrates how to make ASPxFileManager show folders in the descending order. This behavior was implemented by using the CustomFileProvider class.
View ArticleHow to bind ASPXGridView to a data source with various number of data fields
This example shows how to use ASPxGridView with several predefined columns and automatically add the rest of them. The current implementation uses a custom ColumnUpdater class for saving and updating a...
View ArticleHow to create drill-down documents with DXPrinting for WPF
This example demonstrates how you can provide interactivity for documents that are displayed in a Document Preview for WPF.In particular, it shows how you can implement a drill-down document, in which...
View ArticleData Aware Export - How to add custom header and footer to an exported Excel...
To customize an exported document, create a new instance of the PivotXlsxExportOptions class. It provides the CustomizeSheetHeader and CustomizeSheetFooter events that allow adding custom rows and...
View ArticleHow to preview a report in a Web application
This example illustrates how to publish a report on the web. In this example, the report is stored in a page session that is assigned to an ASPxDocumentViewer.To learn how to generate the report layout...
View ArticleHow to preview a report in a WPF application
This example illustrates how to use the PrintHelper class to display a report's Print Preview in a WPF application.To learn how to create a custom Print Preview window, see How to: Add a Print Preview...
View Article