Sorting in grid for combo column

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

There is no such command. You may specify custom sorting type which will get combo label and sort by it. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … om_sorting