Scenario:
I introduced a text field groupName into several Datasources by which all records could be grouped. Now if the user decides to assign a record to a group, he needs to specify the group name. To ease that task, I'd like to use a ComboBoxItem displaying all group names already used.
The default approach
Code:
TreeGridField group = new TreeGridField("groupName");
group.setEditorType(new ComboBoxItem());
So I am looking for an appropriate entry point to eleminate duplicates myself but could not find one.
Code:
filterClientPickListData()
Code:
getClientPickListData()
Any Ideas?
Thanks
fazopilot
Leave a comment: