#master_checkbox and filtering

Im working with #select_filter, #text_filter and #master_checkbox simultaneously, everithing works fine, but when somebody filters data and use the master checkbox the whole grid is checked, including hidden rows. Is there any way to know wich row is hidden? a isRowHidden() function or something like taht? Im trying with mygrid.getRowById(id).style.display != ‘none’ but is not working. Please help me I dont know what to do.


This is expected behavior of master_checkbox.To fix it you should change master_checkbox logic or implement custom checkbox in the header. How to do it you can find here dhtmlx.com/docs/products/dhtmlxG … grid_fsing