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

How do i use the multi-select control in the Grid?

3 Answers 241 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 07 Oct 2013, 03:19 PM
I am using the kendo grid to display data. It also needs to be editable (inline editing).
I know how to add other controls to the grid using templates when it is in inline edit mode.
How do I add the multi-select control to the Grid in inline edit mode/

This is the multi-select control I need to have in the Grid:

http://demos.kendoui.com/web/multiselect/index.html

Thanks,
Anthony

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 09 Oct 2013, 08:44 AM
Hi Anthony,

Please take a look at this code library which demonstrates how to use Kendo UI Multiselect in a Grid editor template. Also I believe the following articles will be useful:

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Anthony
Top achievements
Rank 1
answered on 11 Oct 2013, 03:45 AM
Thanks a lot for this. This looks likes what i am looking for.

However, when I implement this in my solution, i get the following error:

JavaScript runtime error: Object doesn't support property or method 'kendoMultiSelect'

I am using 2013.1.514 version of kendo.

Please let me know.

Thanks,
Anthony

0
Iliana Dyankova
Telerik team
answered on 11 Oct 2013, 09:06 AM
Hello Anthony,

This error occurs if jQuery is included more than once or if some of the required scripts is missing (documentation link). Could you please if everything is correctly included? 

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Anthony
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Anthony
Top achievements
Rank 1
Share this question
or