Announcement

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

    Possible to change selection in ListGrid without firing the handler

    Hi!
    is it possible to change the selection of a ListGird without firing the selectionChangedEvent?

    I have to do something like this but without the wonderful stack overflow :)

    Code:
    grid.addSelectionChangedHandler(new SelectionChangedHandler() {
      public void onSelectionChanged(SelectionEvent event) {
         grid.selectSingleRecord(dirtyRecord);
      }
    });
    Any tip¿?
    Thanks!
Working...
X