SlickGrid: unselect all rows in

rgomesf picture rgomesf · May 21, 2012 · Viewed 7.1k times · Source

How can I unselect all rows in a Slick Grid?

I'm using RowSelectionModel and can't find a way to do it.

Thanks

Answer

madth3 picture madth3 · Apr 9, 2013

Old question, but this worked for me:

grid.setSelectedRows([]);

From the official API