How to process authenticated requests on the OData service
This example demonstrates how to process authenticated requests on the OData service. The main idea is to override the DataService.OnStartProcessingRequest method and implement authenticated logic in...
View ArticleHow to programmatically add a PDF Viewer control at runtime
This example demonstrates how to add a PDFViewerControl at runtime.
View ArticleHow to bind a report displayed in the DocumentViewer extension to the model's...
This example demonstrates how you can bind a Report in your ASP.NET MVC application to your model class.Note:Starting with version 14.2 (2014 vol 2), use the ObjectDataSource component to bind your...
View ArticleHow to display a non-persistent object's Detail View from the Navigation
The complete description is available in the How to: Display a Non-Persistent Object's Detail View from the Navigation help topic.Question CommentsAdded By: DKx at: 7/1/2015 7:27:56 AM This code...
View ArticleHow to create a Scatter Radar Line chart
The following example demonstrates how to create a Scatter Radar Line chart at runtime.Note that this series view type is associated with the Radar Diagram type, and you should cast your diagram object...
View ArticleHow to access API of underlying controls in the WinForms Viewer
The following example demonstrates how to customize controls used to visualize data within dashboard items at runtime using DashboardViewer's API. This approach is described in greater detail in the...
View ArticleHow to access API of underlying widgets in the Web Viewer
This example demonstrates how to customize client widgets used to visualize data within dashboard items at runtime using ASPxClientDashboardViewer's API. This approach is described in greater detail in...
View ArticleHow to export the GridDashboardItem item data to Excel from a web solution
In this example, you will find how to implement server-side export of the GridDashboardItem data from an ASP.NET solution using the report suite. The export is performed in three steps:1. We request...
View ArticleHow to emulate the dxLookup behavior using the dxPopup, dxList and dxCheckBox...
At present the dxLookup does not support templates. So, the only way to customize it (e.g., implement multiple selection or show several columns) is to emulate its behavior using other widgets.Question...
View ArticleHow to filter a LookUpEdit by multiple columns
The easiest way to search by multiple columns in LookUpEdit is to use the SearchLookUpEditStyleSettings class as demonstrated in the How to: Create a SearchLookUpEdit and Bind it to Data article.If you...
View ArticleHow to implement a master-detail report using Subreports (XRSubreport)...
This example demonstrates how to implement a master-detail report using Subreports without parameter bindings but through the BeforePrint event of the XRSubreport.Please refer to the How to implement a...
View ArticleHow to sort field values in server mode using the CustomServerModeSort event
This example demonstrates how to implement a custom sorting algorithm by handling the CustomServerModeSort event. The "Month" field is sorted using the cross area key, and the "Category" field is...
View ArticleHow to remove standard bar items and add custom ones to the DocumentViewer...
This example demonstrates how to customize the DocumentViewer control's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove a standard button from it and add custom...
View ArticleHow to remove standard bar items and add custom ones to the...
This example demonstrates how to customize the DocumentViewerControl's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove standard commands from it and add custom ones.
View ArticleHow to update a document displayed by the ASPxDocumentViewer within the...
This example illustrates how to update a web report's content on the fly by placing the ASPxDocumentViewer within the ASPxPopupControl and calling the ASPxClientDocumentViewer.Refresh method.An...
View ArticleHow to sort the pivot grid's data by OLAP member properties
This example demonstrates how to sort data by OLAP member properties using the CustomServerModeSort event.
View ArticleHow to load a PDF document from the Stream
This example shows how to load a document from the Stream using the DocumentViewerControl.DocumentSource property.
View ArticleGridView - Batch Editing - A simple implementation of an EditItem template
This example demonstrates how to create a custom editor inside column's DataItem template when GridView is in Batch Edit mode.You can implement the EditItem template for a column by performing the...
View ArticleHow to load a PDF document from a Uri
This example shows how to load a document in the PDF Viewer from a Uri using the DocumentViewerControl.DocumentSource property.
View ArticleBreadCrumbEdit - How to disable showing editor's drop down window
This example illustrates how to disable showing BreadCrumbEdit's drop down form window
View Article