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;
}