I am using Kendo UI controls( grid and combo box) in my page, the page works fine in local.
But in server the page is throwing uncaught exception as below.
*In IE8 –
Webpage error details
Message: ‘Errors’ is null or not an object
Line: 11
Char: 12208
Code: 0
URI: http://xxxx/Scripts/KendoUI/kendo.web.min.js
In Chrome –
TypeError: Cannot read property ‘Errors’ of null.*
Can anyone please advice me what I’m doing wrong.
Loading the partial view from controller solved the problem.