Error while clicking YES radio button

0
In my application, I need to display a data grid when the user selects YES radio button… But it is showing following error in console when clicking YES   Cannot read property 'recalculate' of undefined TypeError: Cannot read property 'recalculate' of undefined     at S.<computed>.E.resize (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:46:6060)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:40:27384     at Object.forEach (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:5:31063)     at Object.e.exports.resizeWidgetsIn (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:40:27359)     at S.<computed>.E.resizeChildren (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:35:101572)     at S.<computed>.E.resize (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:80:137619)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:40:27384     at Object.forEach (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:5:31063)     at Object.e.exports.resizeWidgetsIn (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:40:27359)     at S.<computed>.E.resizeChildren (http://localhost:8085/mxclientsystem/mxui/mxui.js?637630653341830478:35:101572)
asked
1 answers
0

It’ll be nice to share more information like some screenshots or the problem and about what you’re doing.

answered