Example of Local Data in ASP.NET Core Kanban Control
This sample demonstrates the way of data binding to Kanban control with object array (local data source).
                                                 DEMO 
                                            
                                            
                                                  SOURCE 
                                            
                                        
            The Kanban supports binding data source to the board using the DataSource property that can be
            assigned with the array of objects or instances of DataManager.
        
In this demo, the array of objects is assigned as the data source to the Kanban board.