Currently kendo ListBox does not support double click event.
Implement kendo ListBox in Angular.
Double click on a row.
No event is emitted.
Hi Everyone,
It seems there was some misunderstanding in Martin's reply.
I wanted to share an example of how the transferItem private method in DataBindingDirective can be used to move items between list boxes using the dblclick event.
https://stackblitz.com/edit/angular-ywppvnkb
I hope this example is helpful until an official feature is released for the ListBox component.
Regards,
Yanmario
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Jyothi,
The ListBox isn't designed to support drag and drop feature. However, the developer can use the Drag and Drop Utility containers and allow dragging elements from one ListBox to another:
https://www.telerik.com/kendo-angular-ui/components/utils/draganddrop/
Similar functionality can be found in the Grid documentation where the Drag and Drop utility has been used to provide a drag and drop feature between two Grids:
https://www.telerik.com/kendo-angular-ui/components/grid/rows/drag-and-drop/
The same could be used to provide drag and drop between two ListBoxes
Regards,
Martin
Progress Telerik