does dhtmlXGridObject support multilne text ?

does dhtmlXGridObject support multilne text ?

Yes, dhtmlxGrid support multi line text. Please find example here dhtmlx.com/docs/products/dhtmlxG … e_col.html


Does it support multi line in a column where the column type is tree ? some where I saw its not supports it.



If not… I think I can split the gird in to two.



1. Tree column as one part



2. Rest are second part



In my case the tree column is the first column… I tried with splitAt(1), but did not work for some reason.



if you have some sample code for split with all imports please send it me.



sanju.thonas@gs.com



 

Yes, “tree” cells doesn’t work with multi line mode. But you can insert any html inside “tree” cell:
<![CDATA[

One text
Another text
]]>

>>In my case the tree column is the first column… I tried with splitAt(1), but did not work for some reason.
Please check if you have attached dhtmlxgrid_splt.js file from the dhtmlxGrid package. Please find example here dhtmlx.com/docs/products/dhtmlxT … _split.htm

is it possible to bring the botom scrol bar on the left side of the split ?

If grid’s container width is no enough to display all grid’s columns, horizontal scrolls bar will appear at the both parts of splitted grid.