Articles in this section
Category / Section

How to resolve 'settings' of undefined error in ejGrid

1 min read

Problem:

When we add new record or click on editable cell in Grid we will face the script error “Cannot read property ‘settings’ of undefined”.


Reason:

The error will occur when we render the Grid inside the form element. In Grid we have used HTML form for editing the records in Grid. So, when we place the grid inside a form will results in nested form elements.

 

Solution:

Ensure that you have render the Grid outside of the form element. For additional information, please refer the external document.

https://stackoverflow.com/questions/27509958/jquery-validate-uncaught-typeerror-cannot-read-property-settings-of-undefined

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied