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
I just added the below line in razor page. Its working for me.
@using Kendo.Mvc.UI;