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

Custom Editor with MultiSelect doesn't fire the save event

2 Answers 241 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 24 Aug 2015, 01:12 AM

Hi, 

I'm trying to use the multiSelect as the custom editor in the grid. After changing the value in this multiSelect editor, the grid doesn't fire the "Save" event. When I use the single select dropdownlist, the "Save" event is triggered when I change the value of the dropdownlist.

Please find the example in the fiddle: http://jsfiddle.net/paladinzhy/yX6kg/160/

Thanks, Ryan

2 Answers, 1 is accepted

Sort by
0
Accepted
Boyan Dimitrov
Telerik team
answered on 26 Aug 2015, 08:07 AM

Hello Ryan,

Indeed this a limitation in our code. 

The only solution at this point is to trigger the save event of the Kendo UI Grid when the input of the Kendo UI MutiSelect loses the focus. Please refer to the http://dojo.telerik.com/eViYe example. Currently it is not passing any arguments to the event, since it is for demonstration purposes. 

Regards,
Boyan Dimitrov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Ryan
Top achievements
Rank 1
answered on 01 Sep 2015, 01:15 AM
Cool! It works for me! Thanks a lot!
Tags
Grid
Asked by
Ryan
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or