Completed
Last Updated: 27 Jun 2020 07:05 by ADMIN
Release 2.15.0
Erik
Created on: 30 Aug 2019 12:37
Category: TreeView
Type: Feature Request
23
Select and multiple select of items

I need to be able to multiselect items in a treeview and drag n drop to reorder items.

(Same as RadTreeView AJAX component)

2 comments
ADMIN
Marin Bratanov
Posted on: 05 Mar 2020 09:42

Hi,

We just made an example that showcases how you can get started with selection here: https://feedback.telerik.com/blazor/1456580-dropdowntree

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
ADMIN
Marin Bratanov
Posted on: 02 Sep 2019 08:58

Hello Erik,

I split this into two requests as they will likely be implemented separately. Here's a link to the one for drag-and-drop so you can Follow it (I've added your vote already): https://feedback.telerik.com/blazor/1427751.

At the time of writing, selection is available only in the grid, so you can see if that will fit your needs: docs and demo.

Alternatively, you can also implement templates for the treeview item to handle click events with your own code and alter the model to denote selection. The field in the model that will denote selection can also be used to add a class to showcase selection.

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor