How can we change the sorting behavior on the Grid and make
it sort by combo text field instead of value field?
I have a combo column, the value field is the id and the text field of the combo is loaded after getting the data of the combo
When sorting the sort is done by id which produce a wrong layout (because text is shown on the grid and not the id )
How can I solve this issue?
I have a combo column, the value field is the id and the text field of the combo is loaded after getting the data of the combo
When sorting the sort is done by id which produce a wrong layout (because text is shown on the grid and not the id )
How can I solve this issue?