Is it possible to make the whole row header cell clickable for the resource tree concertina rather than the icon only
Yes, you can do it using onRowClick handler:
dp.onRowClick = function(args) { args.row.toggle(); };
Brilliant, thankyou