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

Grid Scrolling Performance in IE6 and IE7

5 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sagar
Top achievements
Rank 1
Sagar asked on 11 Aug 2010, 10:42 AM

Hi All,

RAD Grid scrolling(Horizontal and Vertical) performance in IE6 and IE7 is too slow. We need to show more than thousand records with static header but it's working fine in Fire fox and Safari.



5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 11 Aug 2010, 10:49 AM
Hi Sagar,

I am afraid you are pushing to the limits with those 1000 rows. The static headers functionality involves a lot of DOM operations on the client and IE is considerably slower with these. However, you can do two things to improve the performance:

1. Use ScrollHeight instead of Height for RadGrid.
http://www.telerik.com/help/aspnet-ajax/height-vs-scrollheight.html

2. Use TableLayout="Fixed" for the MasterTableView (which will make all column widths equal) or set all column widths explicitly.

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Raghav
Top achievements
Rank 1
answered on 12 Aug 2010, 10:52 AM
Thanks for your quick response Dimo.

The scrolling performance of the grid is very slow even if am displaying 100 records with Scroll height.

1.as you explained we are setting scroll height not grid height.
2.Columns are generated dynamicaly not fixed columns(we need horizontal scrolling here).

can you please suggest ,is there any other approch to overcome this issue.

Regards,
Sagar
0
Dimo
Telerik team
answered on 12 Aug 2010, 12:16 PM
Hi Sagar,

Can you send us a demo, which exhibits the unwanted behavior?

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
des white
Top achievements
Rank 1
answered on 17 Sep 2010, 06:46 PM
Did you get your scrolling issues resolved?
The horozontal scrolling is causing me continous problems.
I have just 10 records per page and the average grid has approx 3 pages.
I have around 30 columns and the scroll from left to right is just dreadfull.
Its slow, jumpy and sometimes it wont even scroll to the end.

I've raised numerous support tickets but I dont really get this resolved.

I'll keep searching the forums ...perhaps Im doing something wrong.

NOTE: The scrolling is better in firefox...although using it in firefox brings other issues.

I really need this to work in IE7 as that the current company standard.
0
Dimo
Telerik team
answered on 20 Sep 2010, 07:48 AM
Hello Des,

I do not see any RadGrid scrolling-related tickets in your recent support history. If you provide your current RadGrid setup and elaborate what your problems are, we will test and provide more information.

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Sagar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Raghav
Top achievements
Rank 1
des white
Top achievements
Rank 1
Share this question
or