In Sencha Touch 2.1, I have the following nested list defined:
xtype: \'NestedList\', docked: \'top\', ui: \'light\', store: treeStore, detailCard: true, det
I think your defaultRootProperty is wrong for the treeStore.
It should be
defaultRootProperty: 'Jobs',
API reference