I hide rows using jQuery hide(). But after column sort (grid.refresh()) these rows are shown again. How to prevent this behavior? Or what method should I use to hide rows?
1 Answer, 1 is accepted
0
Preslav
Telerik team
answered on 14 Jun 2017, 01:59 PM
Hi Daniel,
Due to the fact that the table is re-rendered, any custom CSS classes or rules will be removed, in this case, "display: none;".
To overcome this, please check the answer provided in this forum post: