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
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
Comment