jQuery UI Widgets › Forums › TreeGrid › Expand single node
Tagged: javascript treegrid, jquery treegrid, jqwidgets treegrid, treegrid
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years, 10 months ago.
Hi. To expand a node (row) in the treegrid, one clicks on the little triangle on the left hand side. Is there a way to expand the node when clicking any ware on the node/row?
Hello janfloris,
You could bind to rowClick event and after this, you could use expandRow method.
rowClick
expandRow
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.