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

Frozen columns on right side, how do i move the vertical scrollbar to be after the frozen columns?

1 Answer 891 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Seth
Top achievements
Rank 1
Seth asked on 31 Oct 2016, 01:46 PM

I have a grid and I made the command column frozen and right aligned by using the code below.  My question is how do I move the vertical scrollbar so that it is on the right side of the frozen columns instead of the left side?

.k-grid-content-locked {
float: right;
}
.k-grid-header-locked {
float: right;
}

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 01 Nov 2016, 01:05 PM
Hello Seth,

The Kendo UI Grid does not support setting the frozen columns on the right side as this can create unexpected behaviour not only limited to the scrollbar position. In the official request for frozen column, it can be seen that we officially stated that this is not supported:

http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/2436512-grid-frozen-columns

Apologies for the inconvenience this may cause you.

Regards,
Stefan
Telerik by Progress
 
Build rich, delightful, *native* Angular 2 apps with Kendo UI for Angular 2. Try it out today! Kendo UI for Angular 2 (currently in beta) is a jQuery-free toolset, written in TypeScript, designed from the ground up to offer true, native Angular 2 components.
 
Tags
Grid
Asked by
Seth
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or