How can I disable lines in the TreeGrid?
Thanks,
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)
How can I disable lines in the TreeGrid?
Thanks,
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)