I am trying to get a multiselect to work on a form, but I am struggling to read the selected items when the post occurs. Is there anything special I need to do to make this work?
Matt
2 Answers, 1 is accepted
0
Boyan Dimitrov
Telerik team
answered on 13 Oct 2015, 02:27 PM
Hello Matt,
I am not sure what the problem you are facing. The Kendo UI MultiSelect widget is rendered as input field. When the form is posted the text in the input field of the Kendo UI MultiSelect should be accessed in the same way as any other input field. The value of the input field is the text of the items separated by a "," character.
Regards,
Boyan Dimitrov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!