Multiselect control returns to the controller results in alphabetical order. Is there a possibility that the results are returned in the order of selection. In my case it is a condition of use.
Thank you very much
2 Answers, 1 is accepted
0
Accepted
Atanas Korchev
Telerik team
answered on 07 Aug 2013, 07:10 AM
Hi Damian,
The multiselect is using a <select multiple> element under the hood to submit its data. I created a small demo which shows the same: http://jsbin.com/emisig/1. Select a few items from both widgets and click "submit". The query string will change to show the order of the selected values. The kendo multiselect and the vanilla <select> element should behave the same. As far as we know there is no way to control the behavior of the <select multiple> and hence the Kendo Multiselect.
Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!