0

I want to refresh the Telerik schedule component. For that, I used this link: https://docs.telerik.com/blazor-ui/components/scheduler/refresh-data

But, In my code doesn't work Rebind Method,

I can see this problem:

enter image description here

Then I also try a sample code in the above link in my code (by copying and pasting). doesn't work. It generates the same issues.

Please help me!! Thank You.

sudathG
  • 69
  • 1
  • 6

1 Answers1

1

Ensure you are using the latest version of the telerik balzor components package. Likely yours is old and does not have this feature

rdmptn
  • 5,413
  • 1
  • 16
  • 29
  • The Rebind() method of the Telerik UI Scheduler is exposed with the 3.6.0 version of the product. Therefore, using an older version will result in a compile-time error. – Ceco Milchev Oct 31 '22 at 11:38