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

ykl
ykl
Member
116 Points
5 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: 246
Total Answered: 1
Total Marked As Answer: 1
Posted On: 19-Mar-2024 04:44

Share:   fb twitter linkedin
Answers
Smith
Smith
None
2568 Points
74 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