Hi Team,
I am facing a strange issue.
I included all required scripts in _layout.cshtml head section.
In child page(Index.cshtml):
If I try to do remote call and assign data to grid, then it return KendoGrid is not a function error in console.
But if I try to create grid using a static data, grid is loading as expected.
As per my understanding, here issue is if i make a remote call or ajax call which can take some amount of time to fetch data, then I am facing this error otherwise with some static data, grid is working fine.
If anyone knows fix, please help