I embedded a webcombo into ultrawebgrid, and it looks like the sorting is by the value not the text displayed. Is this possible to sort the column by the text not value? Thanks.
Unfortunately this problem has not been solved. I would like to know how to do the custom sorting. I cannot change the embedded dropdown to make the text and value the same.
Hi Wang,
This is a follow up on how you are doing with this issue. Is the issue resolved? Or would you like to discuss it further?
Magued
The default behavior is to sort by value and not text. You can set both properties Value and Text to the text and in this case it will sort on Text. Or you can try to use custom sorting.