How can I tell if a row is hidden from a filtering operation?
I want to un-select rows in a grid whenever they are filtered out. I don’t think it makes sense to keep hidden rows selected. Doesn’t seem to be much functionality that would allow me to un-select these rows that were hidden from filtering.
You can unselect all rows in grid with clearSelection() method. dhtmlx.com/dhxdocs/doku.php?id=d … rselection