Open Closed

Kanban #9319


User avatar
0
LucasFarias created

Hello. I need to implement a Kanban functionality in our application made with abp. I would like to know if you suggest any libraries for this purpose?


1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi,

    ABP Framework doesn't provide something like that currently but if you wish you can use some components and libraries to do it in the dotnet ecosystem.

    If you still want to use data in ABP and use ABP as infrastructure you should choose only UI components such as:

    • Syncfusion
      • https://www.syncfusion.com/javascript-ui-controls/js-kanban-board
      • https://www.syncfusion.com/blazor-components/blazor-kanban-board
    • DevExpress
      • https://demos.devexpress.com/ASPNetCore/Demo/Sortable/Kanban/
    • jQuery
    • https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxkanban/jquery-kanban-getting-started.htm
    • https://www.jqueryscript.net/other/kanban-board-app.html

    Here some open-source alternatives:

    • https://github.com/Datasilk/Kandu (implements it end to end, it might be hard to integrate with your own application)
    • https://github.com/fernandovmp/kanban-board (This also similar, implements backend and db operations too it'll be hard to intagrate to your existing logic)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37