Radgrid items are lightening fast on older version of IPAD. but the same is very slow on IPAD1. Do you know why its doing that
Did you get any complaints about this
Thank you
Kavya
3 Answers, 1 is accepted
0
Vasil
Telerik team
answered on 03 Jun 2011, 01:52 PM
Hi Kavya,
We tested RadGrid on iPAD1 and it works pretty fast.
Check this help article about grid performance optimizations. You will find there general tips that are browser independent.
1. Is Ajax enabled by Default
2. Does skin effect the performance
3. EnableViewState = false
I have this as true i am saving datasource in a session and binding the second time when the page is loaded using session and then binding all the template columns each and every time.
If i change this to False will this change anything
Using skins is not decisive for the performance. It is more important that the skin to be 'light'. Generally more CSS in the page means more time to browser to renders it.