I have a c1TrueDBGrid that has several columns translated using c1TruedbDropdowns. The dropdowns data sources are sorted, however, the dropdowns display the data unsorted. for example - on the datasoure i have this data: id, text, ordinal ----------------------- 1, a, 1 3,b,2 6,c,3 2,d,4 4,e,5 5,f,6...