Hello All,
We've integrated Kendo Grid into our application and it
works ok. But only until we lock any column in it - let's say we want first
column to be always available while horizontal scrolling.
When the column is locked, grid's performance falls
drastically. For instance, here is a statistic from profiler while doing
columns reordering.
Some info about grid:
- 21 columns
- more than 100 rows
- in-cell editing
- vertical/horizontal scrolls
- enabled columns reordering
Thanks a lot beforehand