How do you "Deselect All" multi-selected items in a RadzenGrid

I'm doing a Blazor application with RadzenGrid but I'm not figuring out how to de-select all selected items in the grid.

I want to capture the items selected to then use the selection for a different process.

Is there any sample code that shows how to do it?

I've tried this, but does not work.
sampleGrid.Reset();

Thanks,
Frank

1 Like

Never mind, I just solved it with:

sampleGrid.Reset(true,true);

Thanks,
Frank

1 Like

Hi @frankn,

As alternative if the DataGrid Value is bound you can set the property to null similar to our demo: