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

[Solved] Browser Issue with Grid Scroll

1 Answer 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jones
Top achievements
Rank 1
Jones asked on 14 Jul 2009, 10:06 AM
Hi,

I am having a grid with width 1000px and AllowScroll="true" (in ClientSetting Tag). Its working in Firefox and Chrome. But in IE I am getting Horizontal scroll bar for the page also. Kindly tell me how to solve this issue?

Regards,
Jones

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 14 Jul 2009, 10:58 AM
Hello Jones,

I suppose you have set a 100% width for the MasterTableView, which forces a horizontal scrollbar in IE. This is a browser behavior and you can avoid it by removing/reducing the 100% width. If you remove it, you can also set TableLayout="Fixed" for the MasterTable and the columns will expand to occupy the available width automatically. Using Width="100%" and TableLayout="Fixed" at the same time will surely cause a horizontal scrollbar.

Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Jones
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or