hi,
Is there any way we can do client-side filtering on the options of the combo box for showing distinct value only?
Understood that we can do the distinct filtering in the server-side through query or server side Criteria object; but this is not our preferred way as we have more than two comboBox in the form which shared the same datasource but displaying different columns as their option fields, doing the filtering in client side will save us a lot of codes.
Thank you!
SmartGWT version: 2.5
Firefox version: 3.6.15
Is there any way we can do client-side filtering on the options of the combo box for showing distinct value only?
Understood that we can do the distinct filtering in the server-side through query or server side Criteria object; but this is not our preferred way as we have more than two comboBox in the form which shared the same datasource but displaying different columns as their option fields, doing the filtering in client side will save us a lot of codes.
Thank you!
SmartGWT version: 2.5
Firefox version: 3.6.15
Comment