This is a migrated thread and some comments may be shown as answers.

Drag and Drop

2 Answers 1016 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
khashayar
Top achievements
Rank 1
Veteran
khashayar asked on 27 Sep 2020, 09:46 AM
Hello, 
i was wondering if you are currently working on drag and drop ability or you have it in mind  

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Sep 2020, 09:56 AM

Hi Khashayar,

In general, drag-and-drop in Blazor is a bit limited at the moment due to limitations of the framework, and such features are, therefore, a bit limited in our components because we have to see what the framework does before we invest a sizeable chunk of time into building a JS solution to only have to scrap it and re-integrate something from the framework - that would prevent us from shipping a ton of other useful features.

We are keeping an eye on the situation and there are various features that can be implemented, such as a draggable window, drag-and-drop for treeview nodes, files in the upload and so on.

So, at the moment, drag-and-drop can be used to reorder columns and to group by a field in the grid, and in the TileLayout.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Marin Bratanov
Telerik team
answered on 06 Oct 2020, 12:25 PM

Hi again,

I am writing with an update - there is a feature request for the grid rows now: https://feedback.telerik.com/blazor/1488666-row-drag-and-drop-in-the-grid. The idea right now is that there will be an event when you drop a row that will give you the dropped row, the row over which it was dropped, and maybe whether it was above, below or on top of the row. This would let you alter the data as needed for the custom sorting logic.

If this is something you're interested in, click the Vote and Follow buttons on the page to, respectively, raise its priority and get status updates via email.

 

Regards,
Marin Bratanov
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Tags
General Discussions
Asked by
khashayar
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
Share this question
or