Synfusion Kanban CRUD Operations

I am trying to perform CRUD operations using the Syncfusion Kanban component by using the Radzen connection to a scaffolded MS SQL Server database. Is there any idea of ​​how to bind the data to the component and take advantage of this without developing a custom adapter?

Thanks!

Hi @leam.mx,

We are not familiar with that component and cannot provide specific guidance for it. It would probably support some sort of data-binding and the Radzen applications expose data source methods for fetching data from a database e.g. getCustomers. You can invoke a data source method and store its result in a page property and then populate that component from the data.