How can I activate the scroll horizontal on dhtmlxgrid or dhtmlxtreegrid?, because my grid is presented on screen and only appear the scroll vertical and I need the Scroll Horizontal, because I have many fields and I can’t to present correctly.
For example, I have the next code:
CLAVE NOMBRE DEL MUNICIPIO #cspan #cspan LATITUD LONGITUD ALTITUD ( msnm ) A B C #cspan #cspan #cspan 45,135,360,0,90,90,30,0,0,0,0,0 false int,str,str,str,str,str,int,str,str,str,str,str left,left,left,left,left,left,right,left,left,left,left,left #rspan,MUNICIPIO,CABECERA,#cspan,#rspan,#rspan,#rspan,#rspan,#rspan,Q,#cspan,Y,#cspan #rspan,#rspan,UNICA,SEGUNDA,#rspan,#rspan,#rspan,#rspan,#rspan,1,2,3,4 #rspan,#rspan,P1,P2,#rspan,#rspan,#rspan,#rspan,#rspan,#rspan,#rspan,#rspan,#rspanThe total of rows are 100.
Is possible get the scroll vertical and horizontal on the grid in the same time?
Thanks.