This sample demonstrates the important APIs required to manipulate the Kanban component. 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 |
---|
Task 1 Analyze the new requirements gathered from the customer. Task 3 Arrange a web meeting with the customer to get new requirements. Task 10 Show the retrieved data from the server in grid control. Task 20 Enhance editing functionality. Task 22 Arrange web meeting with the customer to show editing demo. | Task 2 Improve application performance Task 4 Fix the issues reported in the IE browser. Task 11 Fix cannot open user’s default database SQL error. Task 21 Improve the performance of the editing functionality. | Task 8 Test the application in the IE browser. Task 13 Analyze SQL server 2008 connection. Task 15 Analyze grid control. Task 16 Stored procedure for initial data binding of the grid. Task 17 Analyze stored procedures. |
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.