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

Show Scrollbar on top and bottom

1 Answer 403 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nico
Top achievements
Rank 1
Veteran
Iron
Nico asked on 05 Jan 2021, 08:01 PM
Hello!
Currently the horizontal scrollbar is only visible at the bottom.
Is there a way to make it visible at the top too?

Thank you and best regards
Nico

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 05 Jan 2021, 08:52 PM

Hello Nico,

The only way to do that would be to have the grid have a fixed Width (say, a certain value in pixels) and to have its parent produce a scrollbar. Then, if you can show that scrollbar at the top instead of at the bottom you could achieve such behavior.

What I can suggest you consider instead is that you create such a layout that the entire grid (including its footer) is always visible (which also means setting an appropriate Height to the grid, such as a small enough value in pixels, or 100% so that it can fill up the layout) so that the user can always see all the scrollbars.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Nico
Top achievements
Rank 1
Veteran
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or