I am new to Kendo.
I am working with the Ajax tutorial. In my view I place the line:
@(Html.Kendo().Grid<
KendoGridAjaxEditing.Models.RoleViewModel
>()
When I run and access my page with the Kendo Grid, I get the following error message:
Compiler Error Message: CS0246: The type or namespace name 'KendoGridAjaxEditing' could not be found (are you missing a using directive or an assembly reference?)
I have searched the documentation and cannot find the namespace to resolve error message. I appreciate the assistance in resolving this error.