-
Sencha User
How do I achieve CheckBoxGroup in GXT 3.0?
Is there a way to achieve CheckBoxGroup in GXT 3.0?
Please throw some light on this.
-
What have you tried?
GXT 2's CheckBoxGroup.getValue returned a list of checkboxes - is that what you want? The implementation is pretty simple, and can probably be ported directly. However, it usually makes more sense to map each checkbox to a object or a string, and ask some group for a list of those instead. We haven't found a consistent, easy-to-use way to build such a thing, and haven't seen a lot of demand, so haven't build this into the library directly.
-
Sencha User
Thanks Colin. I went with using Gxt 2.2.5 as I have not seen direct approach of using CheckBox in Gxt 3.0. I would try as you mentioned.
-
Sencha User
I just declare ui binder with container to hold check box groups. It's working as you said. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules