Hi Mahesh,
You can handle the
change event of the MultuSelect and attach a handler to all the items that are selected from the dropdown. Then if the user clicks the "X" to remove any of them, a
confirm pops up, and if the user selects "Cancel" the event is stopped from reaching its destination, else the item is removed:
Multiple attachment of the handler to the same event is avoided by unbinding before attaching the handler (...
off()...).
I hope this helps.
Regards,
Dimiter Topalov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!