I am trying to create a Telerik Grid view but when I go to reference kendo it does not recognize it. Visual Studio is giving me an error when I try to reference kendo. This is t
For me, it was _ViewImports.cshtml that I needed to edit
_ViewImports.cshtml
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, Kendo.Mvc @using Kendo.Mvc.UI
Now with asp.net core 2.2 the razor page is resolving the @(Html.Kendo()...
@(Html.Kendo()...