Hi,
I am using CheckboxSelectionModel to create a column with list of
checkboxes. when I click on any column of the row the checkbox is
getting selected. How can I remove this checkbox selection.

I used the following steps to create the Checkbox cloumn

final CheckboxSelectionModel cbsModel = new CheckboxSelectionModel();
CheckboxColumnConfig ckbCol = new CheckboxColumnConfig(cbsModel);

Please help.

Thanks and regards,
Cris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to