Is there any way to prevent the removal of an item from the select list when a user selects it and maintain the order of the select list?
1 Answer, 1 is accepted
0
Alexander Popov
Telerik team
answered on 06 May 2014, 10:46 AM
Hi Brad,
I already answered to this query in support ticket #816306. I will post my reply here as well, in case anyone else stumbles on the same scenario: Although this behavior is not supported out of the box it could be achieved using a custom solution. For example:
Once the event is triggered get the instance of the popup list
Find all li elements and set their display CSS attribute to its default value (selected items' display is set to none by the widget)
Here is an example illustrating the above approach - I hope it helps.
Regards,
Alexander Popov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.