Skip to content

Update the DevExpress Blazor Chart component's data according to the currently focused row in the Grid.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-charts-update-chart-data-based-on-grid-focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charts for Blazor - How to display the Chart based on the Grid focus

This example illustrates how to update the DevExpress Blazor Chart component's data according to the currently focused row in the Grid.

Blazor DxCharts update the data source

Set the Grid's FocusedRowEnabled property to true to allow users to focus grid rows. When focus moves between rows, the Grid raises its FocusedRowChanged event. Handle this event to update the DxChart's data according to the currently focused data item.

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

Update the DevExpress Blazor Chart component's data according to the currently focused row in the Grid.

Topics

Resources

License

Stars

Watchers

Forks