Announcement

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

    SelectionChangedHandler behavior

    Hi,

    I'm using SmartGWT 2.2 with GWT 2.1.1

    I have a list grid with a checkbox selection system like this example : http://www.smartclient.com/smartgwt/...checkboxselect

    There is a checkbox to select all the elements in one time. But when I use this, the SelectionChangedEventHandler is called as many times as the number of records in the grid.
    Is it possible to call it just one time ?


    Regards

    #2
    We have added a 'selectionUpdated' handler to ListGrid. When selecting multiple rows etc this event will fire once only as opposed to firing for every record being selected or deselected.
    This will be present in the next nightly build

    Thanks
    Isomorphic Software

    Comment

    Working...
    X