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

How to fire event after item transferred from one listbox to another

1 Answer 444 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
Lee asked on 24 Jan 2020, 08:04 PM
     I have 2 listboxes that are connected. I want to execute a function AFTER an item is transferred from one box to the other. I see the add and remove functionality but it fires before the item is added or removed. I need it to happen after the items are removed from the from box and added to the to box. How would I do this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Preslav
Telerik team
answered on 28 Jan 2020, 05:30 PM

Hi Lee,

At this stage, there are no out-of-the-box events that can provide the needed functionality. In our public repository, there is an enhancement for this - https://github.com/telerik/kendo-ui-core/issues/3484 I raised the Priority of the item.

A possible workaround might be handling the next "Change" event of the DataSource. For example - https://dojo.telerik.com/ijiLOKAR

 

Regards,
Preslav
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ListBox
Asked by
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
Answers by
Preslav
Telerik team
Share this question
or