I would like to populate a combo box with the values of a DBDatasource. The problem is that I want it ordered by a field. Is there any way to order the DBDatasource values or the valid values of a combobox.
The only way I can think of is to get the values from the dbDataSource into memory and then sorting it manually in your application and then adding it to the combo box when it is sorted.
Add comment