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?

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.