dhtmlGrid scroller

Hi ,

Is it possible to change the position of the scroller to be on the right side?

My grid headers are aligned to the right, but when there is a lot of data, the scroller appears
Inside of it , and it creates space in the right side and the cells are messed up.

Please advice,

Thanks

Can you provide a screenshot of issue?
If you have no horizontal scroll - you can try to use

   grid.enableAutoWidth(true)

Hi ,

I tried enableAutoWidth , it didn’t work.

Attached is a sreenshot of the problem.

Thanks.


Are you using dhtmlxgrid_rtl.js , or it just a global rtl style of the page?

mygrid.objBox.style.direction=“ltr”;

must return scroll position to the right.

Hi,

Another question about the scroller,

can i make it permanent? (not only when there is alot of data)

Thanks.

The next must do the trick

mygrid.objBox.style.overflowY = "scroll"

Hi,

It did do the trick ,
Altough when the grid is changing from the active scroller (in big data) to be disabled ,
The header is changing like there is no scoller ,and the data inside of it also moves - and I can Only see part of the text (the rest is ‘under’ the scroller).

Please advice,

Thanks again!!