System.InvalidOperationException: TelerikForm requires either a Model parameter, or an EditContext parameter, please provide one of these.

ykl
ykl
340 Points
17 Posts

I'm getting following error:

Error: System.InvalidOperationException: TelerikForm requires either a Model parameter, or an EditContext parameter, please provide one of these.
   at Telerik.Blazor.Components.TelerikForm.OnParametersSet()
   at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
Views: 458
Total Answered: 1
Total Marked As Answer: 1
Posted On: 19-Mar-2024 04:44

Share:   fb twitter linkedin
Answers
Smith
Smith
2890 Points
78 Posts
         

Seems, either a Model parameter, or an EditContext parameter is null. please check and pass it.

Posted On: 20-Mar-2024 21:59
Thanks, got fix by adding null check.
 - ykl  27-Mar-2024 01:45
 Log In to Chat