Is there a way to sort data on igCombo?
Hello jconning,
Thank you for contacting Infragistics!
The combo itself does not know how to sort data but you can use the igDataSource sort method and rebind it to the combo.
I have created a sample demonstrating how can you achieve this kind of behavior.