Posted 07 Sep 2017 Link to this post
Posted 11 Sep 2017 Link to this post
$(
".k-list"
).on(
"dblclick"
,
".k-item"
function
(){
alert(
"Clicked"
);
});
Posted 12 Sep 2017 in reply to Joana Link to this post
Hi Joana,
Thanks for your reply. How can I trigger the move event from one list box to another instead of the alert?
Thanks.
Posted 13 Sep 2017 Link to this post
Posted 13 Sep 2017 in reply to Joana Link to this post
Posted 15 Sep 2017 Link to this post
"#listBox"
).data(
"kendoListBox"
).wrapper.find(
(e){
listBoxA._executeCommand(
"transferTo"
Posted 23 Oct 2017 in reply to Joana Link to this post
Hello Joana,
I am facing the same problem where currently i am using Kendo UI for my MVC project in which i need to transfer the item whenever a user double clicks on the listbox. I tried using your solution but it is not working.
Could you please help me..?
Thanks,
Krishna
Posted 25 Oct 2017 Link to this post