Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 23, 2009 04:32
open dhtmlx forum
dhtmlxgrid

the titles in my grid don't appeas complete,its break into three or four lines some of them are too longer and I wish to see them in two rows.
is this posibble?
Answer posted by dhxSupport on Jun 23, 2009 04:37
If you mean cell's values you can try to use multi line mode. Put following line before mygrid.init():
mygrid.enableMultiline(true);
If you mean titles in the grid header, header should inrease it's height depending on the header label's content.