How can I clear all grid selections when the underlying grid data changes

I have a bound grid.

When I change the bound collection by selecting some rows and pressing a remove button

(using MVVM) the selected rows are removed.

Unfortunately a random row is then selected.

I want no rows selected after the move


1 Reply

PP Praveena P Syncfusion Team November 19, 2013 02:01 AM UTC

Hi Joseph,

Thanks for using Syncfusion Products.

To clear selections, without selecting random row, use the clear cells method and just pass the range list.

Please let me know if you have further concerns.

Regards,
Praveena.

Loader.
Up arrow icon