New to Kendo UI for VueStart a free 30-day trial

Definition

Package:@progress/kendo-vue-listbox

Process the data collection/s based on the dragged and drop item.

Parameters:listBoxOneDataany[]

The first data collection.

listBoxTwoDataany[]

The second data collection. Pass an empty array if there is only one ListBox.

dragItemany

The item that was dragged.

dropItemany

The drop target item.

valueFieldstring

The field which points to the unique value of each data item.

Returns:

{ listBoxOneData: any[]; listBoxTwoData: any[] }

  • The object that contains the new data collections.
In this article
Definition
Not finding the help you need?
Contact Support