Using SmartGWT 2.2 and GWT 2.0.4.
I have a listgrid (not backed by a datasource) with selection type simple and can group by true.
If the user selects a record and then chooses to group by a certain field, the selection is lost. However, I do not get a SelectionEvent so the change is unnoticed by my code. Additionally, I did not find a way to get notified when the grouping has changed.
Is there a way to preserve the selection when grouping changes? And is there listener interface for grouping changes?
I have a listgrid (not backed by a datasource) with selection type simple and can group by true.
If the user selects a record and then chooses to group by a certain field, the selection is lost. However, I do not get a SelectionEvent so the change is unnoticed by my code. Additionally, I did not find a way to get notified when the grouping has changed.
Is there a way to preserve the selection when grouping changes? And is there listener interface for grouping changes?