New to Kendo UI for Vue? Start a free 30-day trial
Multiple Lists
Updated on Sep 9, 2026
The Kendo UI for Vue ListBox can be connected with multiple lists to allow moving an item between different states.
This can be useful in cases where a task can go through different stages or an item can move between many categories.
Basic Usage
The following example demonstrates how to connect three ListBox components and move a task between to do, in development and shipped statuses.
Loading ...