Cannot properly sort fields in the grid general settings.
In the grid, I have a reference to the employees EmpID PK. using the grid lookup to display the employee no, surname and first name the sort works only on the PK. This is not good. the end user should be able to “sort” a grid field based on the alpha characters and not see the randomness of the list because of the primary key used in the employee table.
Any suggestions for a work-around?