|
Title: Performance problem on Datagrid Post by: splat1985 on November 02, 2012, 06:17:37 AM Hi
What can we do to make the DataGrid renders more quickly. Grid data from 70 columns and 66 rows showing it's too late. I turn the grill on a table and have a few cycles. And do not use the Ajax request. I wonder if it could not be the length of time? Thanks. Title: Re: Performance problem on Datagrid Post by: Punkerr on November 02, 2012, 10:29:03 AM Pagination solves that, or virtual scrolling, I recomended freeze columns too:
http://www.jeasyui.com/tutorial/index.php Title: Re: Performance problem on Datagrid Post by: splat1985 on November 03, 2012, 01:29:37 PM thanks parkerr. i will try to that and write result under this subject.
Title: Re: Performance problem on Datagrid Post by: splat1985 on November 12, 2012, 08:21:16 AM Thanks,
virtual scrolling is ok :) paqgination not navigating to datagrid. but no problem :) |