Currently kendo ListBox does not support double click event.
Implement kendo ListBox in Angular.
Double click on a row.
No event is emitted.
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