Hello,
I'm currently trying to get the ball rolling on the Kanban board following the setup tutorials. https://help.syncfusion.com/aspnet/kanban/getting-started and http://localhost:12391/kanbanboard/defaultfunctionalities.aspx. Currently using a .Net framework of 4.6 and I have the 17.3.0.9 version of Syncfusion's ASP.Net web forms installed for Visual Studio 2017.
I've added a Kanban board from the toolbox into the aspx page. My Issue is when I convert the C# sample code provided via the demo links, I am getting an error when referencing the Kanban board methods on the axpx.vb page. I noticed the C# code is using "this.KanbanBoard.DataSource and this.KanbanBoard.DataBind(). When I attempt to use it through visual basic: "KanbanBoard.DataSource and KanbanBoard.DataBind()" I am getting the error: "DataSource/Databind is not a member of Kanban".
Is there a different way of getting local data bound to the KanbanBoard in Visual Basic?
Any help or samples would be much appreciated.
Thanks,
-Brian