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

RadGrid has no horizontal scroll bar in Firefox

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steven Berndt
Top achievements
Rank 1
Steven Berndt asked on 27 Aug 2010, 09:12 PM
My Application requires a grid of checkboxes that scrolls both vertically and horizontally.   This works fine in IE, but in FIrefox, the horizontal is missing.  Here are the setting I'm using:

grdDateVsFields.ClientSettings.Scrolling.UseStaticHeaders = true;
grdDateVsFields.ClientSettings.Scrolling.AllowScroll = true;
grdDateVsFields.ClientSettings.Scrolling.SaveScrollPosition = true;
grdDateVsFields.ClientSettings.Scrolling.FrozenColumnsCount = 1;
grdDateVsFields.ClientSettings.Scrolling.ScrollBarWidth = 550;

Thanks in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Aug 2010, 04:19 PM
Hello Steven,

Please check for Javascript errors. Can you post the complete RadGrid configuration?

By the way, the ScrollBarWidth property is no longer used and you can remove it.

Sincerely yours,
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
Steven Berndt
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or