karolsojko
karolsojko

Reputation: 721

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.

Cheers

Upvotes: 3

Views: 2982

Answers (1)

ischenkodv
ischenkodv

Reputation: 4255

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

Upvotes: 4

Related Questions