SmartGWT: 2.5 browser: chrome
I have a ListGrid and it can be grouped. I can't find a way to add a listener that listens for a group expanded event. Is there a way to do that? I see that TreeGrid has a addFolderOpenedEvent but my data isn't normally a tree until the user groups the data which seems to be a good fit for a ListGrid. It would be nice to have a list grid that had some of the tree events of a TreeGrid. Or maybe there is a way to get the TreeGrid to behave like the ListGrid with grouping and what not. Any Ideas?
I have a ListGrid and it can be grouped. I can't find a way to add a listener that listens for a group expanded event. Is there a way to do that? I see that TreeGrid has a addFolderOpenedEvent but my data isn't normally a tree until the user groups the data which seems to be a good fit for a ListGrid. It would be nice to have a list grid that had some of the tree events of a TreeGrid. Or maybe there is a way to get the TreeGrid to behave like the ListGrid with grouping and what not. Any Ideas?
Comment