Unplanned
Last Updated: 01 Oct 2021 14:19 by ADMIN
Matt
Created on: 30 Jan 2013 03:40
Category: Grid
Type: Feature Request
10
Allow vertical and horizontal scrollbars to be independently enabled/disabled
We are using the grid primarily to view paged sets of data, so in most cases we will see 10 to 25 records at one time.  Regardless of the number of records visible, the vertical scrollbar appears in a disabled state.  From my understanding, grid scrolling is either on or off, there is no Horizontal:On, Vertical:Off capability.  Our users often see multiple grids per page and the presence of these useless scrollbars creates visual clutter.  I am requesting the ability to independently set the visibility of the vertical and horizontal scrollbars on the grid in such a way that the grid's header and footer adjust to fill the empty space created where normally the scrollbar offset padding (17px) applied as an inline style in the _scrollable method of the grid javascript.  I envision this working via the kendoGrid settings object like so:

{
...
scrollable: { x: true, y:false }
...
}
0 comments