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.
Since i am new to infragistics, i couldn't find the solution easly.
I changed the sort indictor of that particular column to ascending in the intializaing layout of the ultracombo. Done
Thank you for me