Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #108670
    Jamie Cunningham
    Participant

    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

    #108672
    Jamie Cunningham
    Participant

    Figured it out – I was newing the datasource in the variable list – I started newing the datasource in my filter function and it’s working now as expected

    #108674

    Hi,

    Thank you for the update.
    If you have any further questions, do not hesitate to contact us!

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.