Hi,
I have a ListGrid with a cell that contains a component, created via protected Canvas createRecordComponent(final ListGridRecord record, Integer colNum).
I also do grid.addSelectionChangedHandler(new SelectionChangedHandler() { ... }. But, the SelectionChangedHandler is not being fired for the component cell, where it does for the other cells (of type text and integer).
Can anyone shed light on why this is?
Thanks
I have a ListGrid with a cell that contains a component, created via protected Canvas createRecordComponent(final ListGridRecord record, Integer colNum).
I also do grid.addSelectionChangedHandler(new SelectionChangedHandler() { ... }. But, the SelectionChangedHandler is not being fired for the component cell, where it does for the other cells (of type text and integer).
Can anyone shed light on why this is?
Thanks
Comment