Hi
I am working with iggrid my issue is when I updating Iggrid at first time working fine.
After Im click savechanges button grid getting error
The Error is:
0x800a138f - JavaScript runtime error: Unable to get property 'strBrandname' of undefined or null reference
Please resolve this as soon as possible.
Thanks
Hello Jeevamani,
The error is saying by itself that there is some undefined/null object whose property "strBandname" cannot be accessed. Please provide me a runnable sample that I can test and debug on my side for further assistance from my side.
Regards,
Tsanna
Thank You For Your reply....I found My Answer
Hi Jeevamani, Can you share the solution you found for this problem. I am facing the exact same thing. Thanks.
The error itself is generic and more details would be needed to look into this. If you are able to reproduce this in a sample I recommend starting a new thread with the sample and details on how to reproduce the issue. If you are unable to reproduce the issue in a sample, you can use the developer tools in your browser to see what causes the error. Knowing the line of code that causes the error or the call stack might help to give hints on how to resolve it. Also you could look at the network activity to see if there are any scripts that aren't being correctly loaded.