Skip to content Skip to sidebar Skip to footer

Checkbox Column In Extjs Treegrid

is there a way to include a checkbox column in the new extjs widget TreeGrid ? Marking the nodes attribute checked to false/true just doesn't work as it was for the TreePanel. Chee

Solution 1:

I modified Ext.ux.tree.TreeGridNodeUI class to implement this feature: https://gist.github.com/745436


Post a Comment for "Checkbox Column In Extjs Treegrid"