Hello Everyone,
I have customized ExpTrans form to add expense directly to a single page instead of multiple pages. In this custom page after adding few rows by searching ExpCostType Lookup it stuck in loading information.
When I check console from "Chrome inspect window", I found that exception was thrown by GridView.js that is "Uncaught Typeerror: Cannot read property 'getAttribute'"
After drill down to line 24 of GridView.js
I found this code.
Somehow it is not loading this attribute "bodyscrollenabled" before this call.
How to fix this issue? Any help would be appreciated?