Hi, I am new to SmartGWT, and trying to create an Interface to edit a <User> table that has a Field called <Groups>. The available groups are supplied with GroupsDS and the User Records through UserDS. Now, I need to Have the groups field of the User Record as multi Selectable, and its valueMap have to be populated with the Values of GroupsDS.
and in the User record editing, the groups that the user has assigned, have to be selected in the multiSelect SelectItem(groups).
How can I achieve this?
Thank you
and in the User record editing, the groups that the user has assigned, have to be selected in the multiSelect SelectItem(groups).
How can I achieve this?
Thank you
Comment