If the status of a public item is Unplanned, this normally means that we haven't scheduled the task for implementation for the near future (next 3-4 months). In such cases, you can also check our yearlyUI for Blazor roadmap, which lists the coming major development milestones. These are the two places where we communicate official plans new component or major feature development. At this point, I must confirm that the Kanban board is not on our radar yet.
Another possible option might be to use the ListBox, which we will release in one month. It will also provide means to display items in columns next to each other, and move items from one component to another.
It would be very nice if you can consider this as we are building dashboards and would like to showcase bookings in the form of Kanban board so that Operation Manager understand at which stage each booking is and can take appropriate action.
I really dont want to integrate Syncfusion now. May be just give us wrapper like them and when Blazor get Drag and drop , then you release an update.
Regards, Vishal
Víctor
Posted on:06 Apr 2023 08:35
Yes it's only html, but the point of buying the controls is Docs, EaseOfUse, Dev Speed etc...
I also need a Kanban with advanced features like ColumnDragAndDrop, Swimlane, GroupColumnSlector
Also I agree allowing the tile layout to dnd would be a a close one. I also created this
The tile layout control is very close. If you modified that control to allow drag and drop between different TileLayout controls that would make it really easy to accomplish this.
You could also do something like allowing a little more control within a single component to allow it to work:
an optional header template per column
Configure each column width indepedentally with a template per column and allowed the columns to be adjusted independently with width that would probably do it.
Thinking it through you could also use the example where you drag and drop between grids to accomplish this.
In my humble opinion, this feature is critical for a product suite going forward. We have now implemented the Syncfusion control, however would ideally like to be able to stick to one provider instead of having to mix it all up.
Scott
Posted on:16 Sep 2020 19:10
I agree. Syncfusion has a pretty good implementation of this I would like to see from Telerik.
ADMIN
Marin Bratanov
Posted on:22 Jun 2020 07:31
Hello Kelly,
A kanban is, essentially, a set of containers and sets of cards. Cards, you can already do with a little bit of HTML (see here and here for some live examples, the classes and HTML would be the same in our Blazor suite), the columns could probably be a loop over a descriptor so you can define them in the data, and the missing piece is the drag-and-drop functionality. Perhaps, if we implement a draggable component, that would make it easier, and for the time being any other such draggable component should work too.
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.