When i try to resize the columns using resize to fit option for more than 30 columns ,UI get freezes for few seconds.Please let me know if any body has any solution on this.
3 Answers, 1 is accepted
0
Vasil
Telerik team
answered on 28 Dec 2016, 09:33 AM
Hello madhusudan,
The column and grid resizing performance depends not only on the count of the columns but also from:
- Your browser
- Browser plugins if any
- Browser console/debugger is active
- Additional CSS on the page
- Custom styling for the columns
- Your machine
- Number of rows
- Any custom JavaScript or third party scripts in your page
I would recommend you to go thru the list and check out what is causing the biggest issues. For example try out in new page, try out different browser see what happens with less records, and etc.