Hello,
We are working on a project using asp.net core and devextreme controls. UI is razor pages.
We have a page where there is a dropdown control and a tab panel. The tab panel has 2 tabs, first has a datagrid and the second one has a Kanban(using scrollview and sortable)
Kanban has been implemented as suggested in T834644 for ASP.NET core. Our requirements is that Kanban should reload/refresh the data when the value in dropdown changes(OnSelectionChanged event)
How can we achieve this?
Regards,
Ram