How 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:S130430: Support word wrap when printing and...
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 that implements following suggestions:S130430: Support word wrap when...
View ArticleHow to: manually generate map items for location information received from...
This example demonstrates how to manually process location information received from the Bing Search data provider.
View ArticleHow to create a custom search panel
This example demonstrates how to find a location on a map using the Microsoft Bing Search data service.Note that the built-in search panel is not used in this example, so the...
View ArticleHow to calculate a route between waypoints and customize the appearance of a...
This example demonstrates how to calculate a route between several waypoints and change the appearance of a route path by means of the Microsoft Bing Route web service. Question CommentsAdded By: Daz...
View ArticleHow to create a custom search panel
This example demonstrates how to create a custom search panel.
View ArticleHow to emulate ASPxGridView command button functionality
This example shows how to use different controls instead of built-in ASPxGridView command buttons with the same functionality. It is prohibited to modify data to preserve the example integrity. You can...
View ArticleHow to emulate the Command Column with a data column DataItemTemplate
This example illustrates how to: - Define a data column DataItemTemplate; - Specify its layout: define the required hyperlink elements that emulate the behavior of command buttons.ASP.NET WebForms...
View ArticleHow to manually generate map items for the Bing Search received location...
This example demonstrates how to manually generate map items for the Bing Search received location information.
View ArticleDashboard - How to collect dashboard item controls (Winforms)
Starting with version 14.2 this approach is obsolete. See the Grid Dashboard Item - Provide a way to save column width in the grid item thread for more details.
View ArticleHow to add custom interactivity to a dashboard displayed in the WinForms Viewer
The WinForms Dashboard Viewer allows you to add a custom interactivity to dashboards using the DashboardItemVisualInteractivity event.This example demonstrates the following capabilities:- The Grid...
View ArticleHow to create a custom geocode panel
This example demonstrates how to create a custom geocode panel.
View ArticleMVVM - How to use ValidationRules to validate values entered into GridControl
This example illustrates how to define validation rules on Model Level by using the attached property.Note ValidationStep and ValidatesOnTargetUpdated are not working because the Grid validation...
View ArticleHow to obtain a dashboard item's client data in the Web Viewer
The following example demonstrates how to obtain client data corresponding to a particular visual element using ASPxDashboardViewer's client-side API.In this example, the...
View ArticleHow to get visible data from a certain dashboard item on the client side and...
This solution can be used with both ASPxDashboardViewer and MVCxDashboardViewer controls:To request data displayed in the specific Dashboard Item, you should call GetItemData methods of the...
View ArticleHow to retrieve last level data from Client Dashboard Item and display it...
This solution can be used with both ASPxDashboardViewer and MVCxDashboardViewer controls:To request data displayed in the specific Dashboard Item, you should call GetItemData methods of the...
View ArticleHow to save the currently opened View as a new View Variant at runtime
This example provides reusable UserViewVariants modules that allow your end-users to add View Variants dynamically. Refer to the Best practices of creating reusable XAF modules by example of a View...
View ArticleHow to integrate the Web Report Designer into an MVC web application
This example demonstrates how you can integrate the Web Report Designer into your web application. The application contains a simple report catalog, allowing you to add, delete, and edit reports whose...
View ArticleHow to use different DataFieldUnboundExpressionMode for different fields in...
In this example, the DataFieldUnboundExpressionMode property is set to UseSummaryValues. For fields where it is required to calculate unbound values using the standard behavior the...
View ArticleHow to add custom interactivity to a dashboard displayed in the Web Viewer
The Web Viewer allows you to add a custom interactivity to dashboards using the ItemVisualInteractivity event.This example demonstrates the following capabilities:- The Grid dashboard item allows you...
View Article