Hello,
I think i found a way out of this by myself
ListBoxB.wrapper.find(".k-list").on("dblclick", ".k-item", function (e) {
ListBoxA._executeCommand("transferFrom");
});
This is working for me. Anyhow i would really appreciate if you could review whether I have implemented it in the best way possible or not.
Thanks & Regards,
Niranjan