wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid - checkbox select, deselection is broken. #696

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This bug persists on the showcase page:

http://www.smartclient.com/smartgwt/showcase/#grid_interaction_checkboxselect

Step 1: select all records with one checkbox in caption
Step 2: deselect all records with same checkbox.

Result: only odd rows are deselected, even rows still marked as selected.

Original issue reported on code.google.com by Dekadanc...@gmail.com on 20 Dec 2012 at 9:37

GoogleCodeExporter commented 9 years ago
This is a sample issue - SelectionChanged is an inappropriate API to use here, 
SelectionUpdated is the right API.  

This is already doc'd, and the sample code is now updated for the next build.  
The online Showcase will not be updated until later.

Original comment by smartgwt...@gmail.com on 21 Dec 2012 at 5:04