Unselect all for Datagrid2 when multiselect is enabled

1
Hi, I have a datagrid2 with multiselect enabled. I can select all the records with "ctrl+A". But is there any way to unselect all for datagrid2 instead of unselecting one by one. Could some one please help me with this. Thanks in advance.
asked
1 answers
0

Hi there,

 

I think your best option would be to use the checkbox option:

image.png

 

If you don't want a checkbox for every row, you can instead add the selection helper widget as a filter for the data grid:

image.png

 

Hope this helps,

 

Liam

answered