Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

About

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

Topics

Resources

License

Stars

Watchers

Forks