Categories | Question details Back To List | ||
Filtered Rows? 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. Answer posted by dhxSupport on Dec 23, 2009 01:47 You can unselect all rows in grid with clearSelection() method. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_clearselection |