This is a migrated thread and some comments may be shown as answers.

[Solved] Editable grid: getting jscript runtime error on clicking

0 Answers 74 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Prabith
Top achievements
Rank 1
Prabith asked on 03 Jul 2012, 10:21 AM

We are using editable telerik grid.
We have the following scripts included for client side validation

jquery.validate.min.js
jquery.validate.unobtrusive.min.js

Html.Telerik().ScriptRegistrar()
       .DefaultGroup(group => group.Add("MicrosoftAjax.js")
           .Add("MicrosoftMvcValidation.js")); }
But when the editable grid is selected its giving the following error

Microsoft 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 help

Thanks in advance,
Prabi

Tags
ComboBox
Asked by
Prabith
Top achievements
Rank 1
Share this question
or