Hi,
In a page with the Kanban component, I call a Popup to add new task. When I click on save, i close the Popup, I refresh the data source list and the Kanban with the instructions:
//......//
RefreshTacksList();
sfKanban.Refresh();
PopupNewOrEditTaskVisible = false;
StateHasChanged();
}
why the kanban does not refresh?
Thanks.