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