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:
Thinking it through you could also use the example where you drag and drop between grids to accomplish this.
Hello all,
There is now a TaskBoard widget in Kendo (https://demos.telerik.com/kendo-ui/taskboard/index) that you can consider using as a Telerik product (Kendo components come with DevCraft licenses already) as explained here: https://github.com/telerik/blazor-ui/tree/master/common/kendo-in-blazor.
Regards,
Marin Bratanov
Progress Telerik
Тhe web is about to get a bit better!
The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.
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