Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by AMB on Feb 02, 2009 03:20
open dhtmlx forum
Tree Grid lines

How can I disable lines in the TreeGrid?

Thanks,
Answer posted by Support on Feb 02, 2009 03:29
Actually lines in TreeGrid disable to default, you need to make two next steps to enable them
   - include codebase/ext/dhtmlxtreegrid_lines.js
   - call grid.enableTreeGridLines(true)