This question is locked. New answers and comments are not allowed.
We are using editable telerik grid.
We have the following scripts included for client side validationjquery.validate.min.js
jquery.validate.unobtrusive.min.jsHtml.Telerik().ScriptRegistrar()
.DefaultGroup(group => group.Add("MicrosoftAjax.js")
.Add("MicrosoftMvcValidation.js")); }
But when the editable grid is selected its giving the following errorMicrosoft JScript runtime error: Unable to get value of the property 'settings': object is null or undefined.
Someone in this forum has suggested to use (Html.Telerik().ScriptRegistrar().jQuery(false)),but it disables client side validation.Any one has this issue before? Any solution for this? Please helpThanks in advance,
Prabi