Deselect row un data table

Hi,

I need a data table or tree where users can select and deselect individual rows. It's important that they can deselect so that no rows remain selected. I first tried using a RadzenTree because some elements will have children, but since that didn’t work, I switched to using a RadzenGrid with child row indentation. However, doesn't the RowDeselect property work for that purpose either?

Thanks in advance, best regards.

This is event raised when a row is deselected.

This is possible only with SelectionMode="DataGridSelectionMode.Multiple".

Thank you very much for the idea.
However, I'm afraid it's not quite what I was looking for. What I actually need is for users to be able to select only one row in the grid, and also be able to deselect it, so that no row remains selected if the user wants that. I'm afraid this functionality doesn't exist in Radzen. I will use a 'Clear selection' button instead, as shown in one of the Radzen demos.

Thank´s again for you reply.