Hi there, I would put a grid inside a component and fire a component's EventCallback when a row of the grid is selected, however seems that there is an issue when you try to call an EventCallback (async) from the grid onselecteditemchanged event (sync) as noted here:
https://docs.telerik.com/blazor-ui/components/grid/selection/single
"// note: an async operation here can break the selection and may not even render its results in the view// for async operations, use the OnRowClick event"
How could I achieve that?