This is a migrated thread and some comments may be shown as answers.

Radgrid on IPAD1

3 Answers 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kavya
Top achievements
Rank 2
Kavya asked on 01 Jun 2011, 03:40 PM
Hi

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

Sort by
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.

I hope this helps.

Regards,
Vasil
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Kavya
Top achievements
Rank 2
answered on 03 Jun 2011, 03:57 PM
Hi Vasil

Thank you for the update.
Few questions

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 

Appreciate your'e time and help

Thanks
Kavya 



0
Vasil
Telerik team
answered on 08 Jun 2011, 04:37 PM
Hello Kavya,

By default Ajax is enabled. However, the controls will not perform Ajax calls until you ajaxify them using AjaxPanel or proper AjaxSettings in the AjaxManager. Check these resources for more information:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/firstlook/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/ajax-ajaxmanager.html

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.

You could set EnableViewState to false if you bind the grid each time. Information in this help topic can be useful:
http://www.telerik.com/help/aspnet-ajax/grid-viewstate-optimization.html


All the best,
Vasil
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Kavya
Top achievements
Rank 2
Answers by
Vasil
Telerik team
Kavya
Top achievements
Rank 2
Share this question
or