I’m using " mygrid.objBox.style.overflowY = “scroll” " so that the scroller will be permenent in the grid , (the scroller is in the right side) , but 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).
I did use this in the 2.5 ver , but now i’m using the vae 2.6 with the rtl ext ,
and the problem is still the same ,
only that now the scroller is in the left side, and when there is big data and scroller appears ,
there is extra space to the right of the right column (like the scroller is supose to be there)
only that it does not supose to be there - beacuse it should and is in the left side…
I attached a screenshot of the situation.
What should i do inorder to fix this?
Try to use fixed width instead of * - it fixes some rtl related issues locally.
also, the original issue can’t be reconstructed in IE8 - there is no unnecessary space to right of header, with any column widths settings.
Are you using it in compatibility or some custom mode?
( IE7 mode has a lot of RTL issues )
I tried the attached code ,
in the header there is a css file that does not exist in the folder you gave me - dhtmlxgrid_rtl.css
i have only the dhtmlx_rtl.css file , and when i use it , i can’t center the header text.
Another thing i realized now , is that the folowing files are diffrent that the ones that i have from the 2.6 pro version:
dhtmlxgrid.js , dhtmlxgridcell.js , dhtmlxcommon.js .
so my question is , can i replace them with the current files from the 2.6 ver?
will cause any problems in other uses of the grid?
B. There is a diffrence in the files sizes and content (between what you send and the current
2.6 ver files) , so should i change between them, and use the files you sent?