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

the grid is not maximized when many columns

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lerovi
Top achievements
Rank 1
Lerovi asked on 03 May 2012, 03:03 PM
the grid is not maximized when many columns. what is the proper configuration for a grid with many columns? 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 03 May 2012, 03:38 PM
Hello Lerovi,

It looks like you have disabled the Grid's native scrolling, but the available horizontal space is not enough to accommodate all columns. The observed behavior is according to web standards and can be reproduced with an ordinary table placed inside a <div> element.

Please do one of the following:

1. Enable Grid scrolling and set explicit widths to all columns
2. Set a large-enough pixel width to the Grid's wrapper <div>
3. Apply a float:left style to the Grid's wrapper <div> and clear the float immediately after the widget

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Lerovi
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or