Blazor Kanban Board - Default Functionalities
This example demonstrates the default functionalities of the Blazor Kanban component. You can drag and drop the cards across multiple states of the Kanban board by default.
To Do - 5 items | In Progress - 4 items | Testing - 7 items | Done - 5 items |
---|
Task - 29001 Analyze the new requirements gathered from the customer Task - 29003 Arrange a web meeting with the customer to get new requirements Task - 29015 Show the retrieved data from the server in grid control Task - 29025 Enhance editing functionality Task - 29027 Arrange web meeting with the customer to show editing demo | Task - 29002 Improve application performance Task - 29004 Fix the issues reported in the IE browser Task - 29016 Fix cannot open user’s default database SQL error Task - 29026 Improve the performance of the editing functionality | Task - 29030 Fix the issues reported by the customer Task - 29031 Fix the issues reported in Safari browser Task - 29032 Check Login page validation Task - 29033 Fix the issues reported in data binding Task - 29034 Test editing functionality Task - 29035 Fix editing issues reported in Firefox Task - 29036 Test editing feature in the IE browser | Task - 29010 Test the application in the IE browser Task - 29018 Analyze SQL server 2008 connection Task - 29020 Analyze grid control Task - 29021 Stored procedure for initial data binding of the grid Task - 29022 Analyze stored procedures |
The sample is configured with a minimal setting that is mandatory to render Kanban layout and cards. The DataSource, KanbanColumns, and KanbanCardSettings are essential settings to render the Kanban component. By default, you can drag and drop the cards across all stages of Kanban.
See also