How can I Activate the Scroll Horizontal on Dhtmlxgrid ?

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,#rspan

The total of rows are 100.

Is possible get the scroll vertical and horizontal on the grid in the same time?

Thanks.

This is other sample, I can’t see the scroll horizontal, it is very important because is difficult see the columns.

My XML is:

<?xml version='1.0' encoding='ISO-8859-15'?> Municipio Plantas de tratamiento en operación a/ #cspan #cspan #cspan Capacidad instalada a/ (Litros por segundo) #cspan #cspan #cspan Volumen tratado E/ (Millones de metros cúbicos) #cspan #cspan #cspan 135,30,30,30,30,45,45,45,45,60,60,60 false str,int,int,int,int,int,int,int,int,int,int,int left,right,right,right,right,right,right,right,right,right,right,right #rspan,Total,Primario,Secundario,Terciario,Total,Primario,Secundario,Terciario,Total,Primario,Secundario,Terciario

I see other samples and the total columns are less, is setInitWidths the problem?

Thanks.

Unfortunately issue can’t be reconstructed locally.
Please, try to update your dhtmlxGrid version.
If issue still occurs for you - please provide a completed demo
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Thanks, a few moments I resolved the problem. Is required the atribute width in the parameter column.

My error was use the setInitWidths.

Thanks you.

By the way, when i fix this, I can export the grid to xls and pdf.

best regards.