All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
Kendo UI for jQuery Forum
/
Grid
/
Showing hidden rows after sorting (refreshing grid)
Cancel
Kendo UI
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Daniel
13 posts
Member since:
May 2016
Posted 14 Jun 2017
Link to this post
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?
Preslav
Admin
591 posts
Posted 14 Jun 2017
Link to this post
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:
http://www.telerik.com/forums/custom-css-class-are-removed-on-td-element-when-an-action-is-done-on-kendo-grid
Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular 2 components
built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Back to Top
Close