Hello
I created a ListGrid with a group column in the following way:
setGroupStartOpen("all");
setGroupByField("group");
Is it possible to create a handler that will be invoked when the group was collapsed or expanded?
After expanding I need to select a specific ListGridRecord.
Thanks a lot
I created a ListGrid with a group column in the following way:
setGroupStartOpen("all");
setGroupByField("group");
Is it possible to create a handler that will be invoked when the group was collapsed or expanded?
After expanding I need to select a specific ListGridRecord.
Thanks a lot
Comment