Hi – hopefully this is an easy one 🙂
I’m trying to put filters on my Blazor page to filter employee’s schedules to show on the Scheduler – the problem is that the Scheduler only shows data if I build the datasource in the OnIntitalized Event – If I build the data up afterwards (like after filters are chosen) the Scheduler does not refresh to show the data – I tried calling StateHasChanged() to no avail
any ideas how I can get my Scheduler to refresh and show the data?
Thanks,
Jamie