Hello,
starting from this example of multiselect:
https://demos.telerik.com/kendo-ui/multiselect/index
where items values are "cabled" in code, how can I read items from a SQL data source?
My need is to have a popup multiselect where the user can select one or more cities from a list of
cities in a SQL Server table.
Thank you in advance.
Luigi
4 Answers, 1 is accepted
Hello Luigi,
You can review the Server Filtering Example for the Multiselect as it demonstrates how to fetch data from a remote end-point. In addition, I would suggest reviewing the Data Binding section of the Multiselect documentation for further details on supported data binding options.
Regards,
Aleksandar
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.

This seems useful/valid only in MVC projects, because I have action, right?
My case in a WebForms, and I know if I can adapt it.
Luigi
Hello Luigi,
In this scenario, I suggest reviewing the RadMultiSelect - the server-side WebForms wrapper over the MultiSelect for Kendo UI for jQuery widget.
Regards,
Aleksandar
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.

Thank you Aleksandar, I'll make a try.
L.