I have attached a sample project and screenshot. My issue is that when number of column exceed certain number the styling breaks in IE. However I get the expected display in Firefox and chrome
Regards
Tassadaque
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 28 Jun 2011, 01:13 PM
Hello Tassadaque,
The problem is caused by browser behavior. <div>s are 100% wde by default, but may not expand horizontally if their content (in this case - a <table>) does not fit.
You have two options - either use the Grid scrolling functionality (see the demos), or apply a float:left style to the Grid via HtmlAttributes.
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