Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SelectionChangedHandler not firing for component cell

    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

    #2
    Isomorphic, how come you're replied to every post before and after mine, but skipped mine? Please give me some pointers on this one. What can I do to make sure that clicking a record component actually selects the record, the same as for non-component records?

    Thanks

    Comment

    Working...
    X