Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kurt on Mar 01, 2009 21:26
open dhtmlx forum
Change the width with mouse in dhtmlxGrid

Hi team
The text of header appear as two lines when I changed the width with mouse.
I want to keep the text appearing as one lines.

Thanks.
Answer posted by dhxSupport on Mar 02, 2009 02:33

You can set css to the necessary grid's header:

mygrid.setHeader('Long header with nowrap,Another long header','',['white-space:nowrap; overflow:hidden;','']);