This is a migrated thread and some comments may be shown as answers.

Combobox and Sortedlist

1 Answer 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sven
Top achievements
Rank 1
Sven asked on 24 Apr 2013, 06:43 PM
Hi,

I am currently making my first experiences with Kendo UI and a ASP.NET MVC 4 project. At the moment I have a list stored in a standard .Net System.Collections.Sortedlist object and would like to fill a Kendo UI combobox with the values from that list. I also tried to first build a Kendo datasource object, that contains the elements from that Sortedlist, but I could not get that to work.

How can I:
  • fill a Kendo UI combobox with elements from a .Net System.Collections.Sortedlist object?
or
  • fill a Kendo UI datasource (which I will later use to create the combobox) with elements from a .Net System.Collections.Sortedlist object?

Regards
Sven

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 26 Apr 2013, 03:21 PM
Hi Sven,

 
Basically binding to SortedList is not supported out-of-the-box and you should implement it using custom code.

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Sven
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or