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

what configuration properties keep column header visible while content rows scroll?

2 Answers 152 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim R
Top achievements
Rank 1
Tim R asked on 14 Jan 2013, 05:38 PM
In the grid shown here: 

http://www.kendoui.com/web.aspx

what combination of configuration settings causes the column header to stay in place while the content-rows scroll?   Is a footer required to obtain that behavior?

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Jan 2013, 12:54 PM
Hello Tim,

Grid scrollability is actually the default widget behavior, however, as with any king of scrolling scenario, you need to set some height to the widget, as done here:

http://demos.kendoui.com/web/grid/remote-data.html

Please refer to the height and scrollable properties for more information:

http://docs.kendoui.com/api/web/grid

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tim R
Top achievements
Rank 1
answered on 15 Jan 2013, 01:05 PM
Ah... thanks.  I had been setting pageSize on the dataSource but not the grid's physical height.
Tags
Grid
Asked by
Tim R
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Tim R
Top achievements
Rank 1
Share this question
or