How to resolve 'settings' of undefined error in ejGrid
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.