Change the color row when clicking

Hello!

Is there a way to change the color of the row when clicking without using the @BIND-VALUE and the selectionMode? I would like to make all the grids in my application change the color of the row if you click by default and avoid do the bind on all grids

You can't do that without extra code. You will need to handle the RowClick event and keep the clicked records somehow. Then use the RowRender event to assign a CSS class for styling. Here is a demo for the latter: Blazor DataGrid conditional template