search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Resource Tree cell clickable

Asked by Anonymous
3 years ago.

Is it possible to make the whole row header cell clickable for the resource tree concertina rather than the icon only

Answer posted by Dan Letecky [DayPilot]
3 years ago.

Yes, you can do it using onRowClick handler:

dp.onRowClick = function(args) { args.row.toggle(); };
Comment posted by Anonymous
3 years ago.

Brilliant, thankyou

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.