Hybrid App (EF data model only)
This is a demo solution that features a UI for desktop and touch-enabled environments (tablets, laptops with touch screens).Follow the Building Outlook-Insipred and Hybrid UI Applications tutorial to...
View ArticleHow to create and show a badge notification icon like in iOS
This example illustrates how to use internal DXLayeredWindowEx class to show a layered window within a control. Badge animation and handling a click event on a badge is not supported.
View ArticleHow to highlight the focused editor in DetailView
Scenario In this example, it is demonstrated how to implement custom attributes in the application model to highlight focused layout items in DetailView:The EnableHighlightFocusedLayoutItem attribute...
View ArticleHow to obtain a dashboard item's underlying data in the WinForms Viewer
The following example demonstrates how to obtain underlying data corresponding to a particular visual element using the DashboardViewer's API.In this example, the DashboardItemDoubleClick event is...
View ArticleTreeList - How to pass selected node keys through a custom callback
This example illustrates how to pass data through a custom MVC TreeList callback.- Perform a custom TreeList callback via the client-side MVCxClientTreeList.PerformCallback method;- Pass the required...
View ArticleHow to implement custom saving and opening procedures in Dashboard Designer
The following example demonstrates how to implement custom saving and opening procedures in Dashboard Designer using the DashboardSaving and DashboardOpening events respectively.In this example, the...
View ArticleHow to apply master filtering in DashboardViewer
The following example demonstrates how to apply filtering for dashboard items that act as a master filter.In this example, the SetMasterFilter method is used to select the required rows in the Grid...
View ArticleHow to apply master filtering in code in OLAP mode
The following example demonstrates how to apply filtering for dashboard items that act as a master filter in OLAP mode.In this example, the SetMasterFilter method is used to select the required cards...
View ArticleHow to provide the dashboard with data using dashboard data providers
The following example demonstrates how to provide the dashboard with data using dashboard data providers that include the SQL provider for regular data sources and the OLAP provider for olap data...
View ArticleHow to customize a palette of the Choropleth map
The following example demonstrates how to customize a palette of the Choropleth map.In this example, a set of custom colors is used to color map shapes depending on the provided values. Absolute values...
View ArticleHow to pass a dashboard parameter to a filter string
The following example demonstrates how to create a new dashboard parameter and pass it to a data source' filter string.In this example, the dashboard has two data sources. The dashboard visualizes data...
View ArticleHow to pass a dashboard parameter to a custom SQL query
The following example demonstrates how to create a new dashboard parameter and pass it to the SQL query.In this example, the dashboard connects to the Northwind database and selects the required data...
View ArticleHow to pass a dashboard parameter to a calculated field's expression
The following example demonstrates how to create a new dashboard parameter and pass it to a calculated field's expression.In this example, the dashboard connects to the Northwind database and selects...
View ArticleHow to apply filtering to a dashboard item's data in OLAP mode
The following example demonstrates how to apply filtering to a dashboard item's data in OLAP mode.In this example, constant values and dashboard parameters are passed to a filter string to filter a...
View ArticleHow to specify dashboard parameter values on the client side
The following example demonstrates how to specify dashboard parameter values on the client side.In this example, the ASPxClientDashboardViewer.ReloadData method reloads data in the data sources and...
View ArticleHow to customize a data store schema for dashboard data sources
This example demonstrates how to customize a data store schema for a dashboard data source that uses a connection to the Northwind database.In this example, the IDBSchemaProvider interface is...
View ArticleHow to bind a dashboard to a List object
The following example demonstrates how to bind a dashboard to a List object. In this example, information about the sold units quantity is provided at runtime. The dashboard data source is created via...
View ArticleHow to apply master filtering in MVCxDashboardViewer
The following example demonstrates how to apply master filtering in MVCxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.SetMasterFilter method is used to select...
View ArticleHow to perform a drill-down in DashboardViewer
The following example demonstrates how to perform a drill-down in DashboardViewer.In this example, the DashboardViewer.PerformDrillDown method is used to perform a drill-down for a specified row in a...
View ArticleHow to obtain a dashboard item's client data in the WinForms Viewer
The following example demonstrates how to obtain client data corresponding to a particular visual element using DashboardViewer's API.In this example, the DashboardViewer.DashboardItemClick event is...
View Article