i've been trying to sort out some values that i currently add to the comboboxcell through a loop and i use the sort with the dataview however this is only sorting through the 1 number of the value and not taking into consideration the rest of the numbers.
Sample code:
Result:
What i'm trying to obtain is the following example: 1, 10, 100, 200, instead of, 1, 11, 110, 2, 20, 23, 3 and so forth. If anyone got any ideas.
Thanks


You can use LINQ to sort it and get the "MATERIALPROFILE" list.
Here is a simple demo that setting combobox data dousrce.
Update:
Modify OrderBy clause, like: