List control with Drag & Drop, Selection, Inline-Edit

0 Answers 93 Views
ListView Sortable TreeView
Srinivas
Top achievements
Rank 1
Srinivas asked on 17 Aug 2021, 05:48 PM

Hi, 

Im looking for a list control with

  1. Drag & Drop
  2. Selection (On selecting a list item, i should be able to perform some operations from common (menu) buttons)
  3. Inline-Edit

I was using ListView for AngularJS earlier (without inline edit) earlier. Now we have moved to Angular. As per documentation, Angular ListView does not have Drag & Drop, inline-edit(just by clicking on the item) & Selection (e.g. to perform delete). Am I right? 

Then I looked into Sortable control. It has Drag & Drop, but not Selection & Inline Edit. Am I right or missing something?

The finally I narrowed down on TreeView which all the required functionalities, but have to prevent drag & drop of one node into another as my requirement is a list, not hierarchical structure.

Am I missing anything? Is TreeView the right choice for my requirement?

 

Thanks

 

No answers yet. Maybe you can help?

Tags
ListView Sortable TreeView
Asked by
Srinivas
Top achievements
Rank 1
Share this question
or