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

Kanban Board Component

4 Answers 1326 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kelly
Top achievements
Rank 2
Kelly asked on 18 Apr 2020, 02:54 PM

Any plans to add a Kanban board component similar to this?

https://www.syncfusion.com/blazor-components/blazor-kanban-board

 

Manuel
Top achievements
Rank 2
commented on 26 Oct 2023, 06:35 AM

Hello Telerik Team,

It seems the DnD is now part of Blazor event handling.

https://learn.microsoft.com/en-us/aspnet/core/blazor/components/event-handling?view=aspnetcore-8.0

Can you please consider adding this component to your library hopefully soon?

 

Svetoslav Dimitrov
Telerik team
commented on 30 Oct 2023, 03:19 PM

Hello Manuel,

We have an open feature request for the Kanban Board. I have added your Vote for it and you can click the Follow button to receive email notifications on status updates.

Regards,

Svetoslav Dimitrov

4 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 19 Apr 2020, 06:58 AM

Hello Kelly,

At the moment, the Blazor framework does not allow drag-and-drop (you can read more about this here) and once it does we might consider one. The Syncfusion implementation seems to be JS based only (see the attached screenshot) and we're wary of wrappping JS components into Blazor components, we'd rather go native.

That said, we haven't had such a request and you can open a new enhancement idea on our portal if you like: https://feedback.telerik.com/blazor

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Kelly
Top achievements
Rank 2
answered on 19 Apr 2020, 06:59 PM

Hi Marin,

 

Thanks for the reply. What about this post? Seems to be a start of a Kanban with drag and drop.

 

https://chrissainty.com/investigating-drag-and-drop-with-blazor/

 

 

0
Wayne
Top achievements
Rank 1
answered on 20 Apr 2020, 08:53 AM

Hi,

Have a look at this sample here https://blazordragdrop.azurewebsites.net/ 

Its built with and Easy-to-use Drag and Drop Library for Blazor at https://github.com/Postlagerkarte/blazor-dragdrop

 

Hope this helps

Regards,

Wayne

0
Marin Bratanov
Telerik team
answered on 20 Apr 2020, 09:44 AM

We are aware of several JS based implementations, and the last drag-drop example is perhaps similar to something we might have to implement on our own. It is non-trivial, though, and it will take time to do, which is time in which we won't be doing other high-priority tasks (say, the grid export). At the same time, there is an expectation that the framework will provide some facility, so we would have to rewrite a home-grown implementation once the framework provides something. We'd want to avoid such double work. In summary, at the moment, JS interop and often a service are still required to handle this, and both are, to an extent, problematic (for example, adding a service will either require more complex setup and be viewed as a breaking change, or will cause problems with mocking and testing).

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Kelly
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Kelly
Top achievements
Rank 2
Wayne
Top achievements
Rank 1
Share this question
or