DevExpress-Examples / asp-net-web-forms-dashboard-get-underlying-data-for-clicked-item

The example uses the DashboardControl's client-side API to get underlying data that corresponds to a particular visual element.

Repository from Github https://github.comDevExpress-Examples/asp-net-web-forms-dashboard-get-underlying-data-for-clicked-itemRepository from Github https://github.comDevExpress-Examples/asp-net-web-forms-dashboard-get-underlying-data-for-clicked-item

Dashboard for Web Forms - How to obtain a dashboard item's underlying data for a clicked visual element

The following example uses the DashboardControl's client-side API to get underlying data that corresponds to a particular visual element.

In this example, the ViewerApiExtensionOptions.onItemClick event is handled to obtain underlying data and invoke the dxPopup widget with the child dxDataGrid. In the event handler, the e.requestUnderlyingData method returns records from the dashboard's data source. The dxDataGrid displays these records.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

The example uses the DashboardControl's client-side API to get underlying data that corresponds to a particular visual element.

License:Other


Languages

Language:C# 28.7%Language:Visual Basic .NET 28.2%Language:JavaScript 25.5%Language:ASP.NET 17.6%