3

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

karolsojko
  • 711
  • 1
  • 8
  • 27

1 Answers1

4

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

ischenkodv
  • 4,205
  • 2
  • 26
  • 34
  • wondering if you can help me out? :-) http://stackoverflow.com/questions/9058921/configuration-required-to-get-sencha-extjs-treegrid-example-working – JustBeingHelpful Jan 30 '12 at 03:15