Sorting Databound Comboboxes in Datagridview

samsmithnz

Senior Contributor
Joined
Jul 22, 2003
Messages
1,038
Location
Boston
I have an interesting problem. Using a databound grid with comboboxes, when I sort a comboboxes column, it sorts using the underlying value instead of the text of the combo box. It seems my sorting options are severely limited since I'm databound, has anyone come across this before and found a solution? All I've found online is this, but I don't think it is going to work for me.
 
Back
Top