GXT Table Events.SelectionChange issue in GXT GWT Beta 5
GXT Table Events.SelectionChange issue in GXT GWT Beta 5
Hi,
I have a issue on com.extjs.gxt.ui.client.widget.table.Table class regarding Events.SelectionChange . I registed a listener for this event. But returning TableEvent does not contain any item (i mean TableEvent.item is null).
This happens only after i remove all items on table and add new items to table again. I wonder if anybody come cross this issue on Beta 5.
With RC1, there will be a populated selected field for all SelectionChange events. Also, you can query the source container for its selection directly.