I have a grid with a combo column showing country names. However the ‘value’ of the combo is a random number id depending on when the country record was entered in the system. When I try to ‘sort’ on the combo column it instead sorts on the underlying value of the field which is wrong.
Is there a special command to allow sorting by text of combo rather than value?
Thanks