Greetings all,
I have Editable grid and checkbox..
This is how i define
final private ColumnConfig clmDescription, clmRate;
final private CheckboxSelectionModel cbSelectionModel = new
CheckboxSelectionModel();
final private CheckboxColumnConfig checkColumn=new
CheckboxColumnConfig(cbSelectionModel);
-----....
BaseColumnConfig[] columnConfigs = new BaseColumnConfig[]
{checkColumn, clmDescription, clmRate};
grid.setSelectionModel(cbSelectionModel);
My problem
1. I can only click 1 checkbox at a time
2. How do i get the value for each rows i click
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---