Grids
Example of API in ASP.NET Core Kanban Control
This sample demonstrates the important APIs required to manipulate the Kanban control. Provides necessary details in the property panel to add and remove the columns dynamically.
To Do - 5 items | In Progress - 4 items | Done - 5 items |
---|
Andrew Fuller - 3 items | ||
Task 20 Enhance editing functionality. | Task 2 Improve application performance | Task 13 Analyze SQL server 2008 connection. |
Janet Leverling - 4 items | ||
Task 3 Arrange a web meeting with the customer to get new requirements. | Task 4 Fix the issues reported in the IE browser. Task 11 Fix cannot open user’s default database SQL error. | Task 17 Analyze stored procedures. |
Margaret hamilt - 3 items | ||
Task 10 Show the retrieved data from the server in grid control. | No cards to display | Task 8 Test the application in the IE browser. Task 15 Analyze grid control. |
Nancy Davloio - 2 items | ||
Task 1 Analyze the new requirements gathered from the customer. | Task 21 Improve the performance of the editing functionality. | No cards to display |
Steven walker - 2 items | ||
Task 22 Arrange web meeting with the customer to show editing demo. | No cards to display | Task 16 Stored procedure for initial data binding of the grid. |
Add Column
Delete Column
The demo explains how to add or remove columns programmatically.
AddColumn:
The public method used to add a column to the Kanban board dynamically.-
DeleteColumn:
The public method used to remove the existing column from the Kanban board based on an index.