Hi everyone,
By default the dropdown displays the data sorted by the first column.
How can change this to a different column?
I couldn't find a property to set and behave the way i wanted.
thanks
Just to clarfiy... the combo does not do any sorting by default. My guess is that it was your data source that was sorted by the first column.
But setting the SortIndicator on the column header is a good way to change the sort order i fyou want to sort the combo without sorting the actual data.