ComboBoxAdv

Is it possible to have a Sorted List as the data source for that combo?

1 Reply

AS Arun Srinivasan Syncfusion Team July 29, 2003 11:28 AM UTC

Hi Eli No it is not possible as a SortedList does not implement an IList interface. You could instead use an ArrayList and it’s Sort method. Thanks Arun

Loader.
Up arrow icon