Data Grid - Error while applying context, Cannot read property setConstraints of null

0
HI,  On a blank page template, I am using data grid to bind data from a presistant table. I am running into the following error.  Any ideas on how to resolve this! Thanks in advance! Mendix Version: 7.23.11 Navigational Layout: Atlas_Default Template: Blank Page Template File name : ServiceMaster_Overview Error:   Error while applying context Error: ServiceBase.ServiceMaster_Overview.grid1: Error while applying context TypeError: Cannot read property 'setConstraints' of null Error: : Error while applying context Error: ServiceBase.ServiceMaster_Overview.grid1: Error while applying context TypeError: Cannot read property 'setConstraints' of null     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:46:62727     at Object.e.exports.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:20:26976)     at Object.e.exports.applyContext (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:46:62626)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:46:62420     at o (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:20:26689)     at Object.e.exports.sequence (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:20:26698)     at Object.e.exports.fireOnReady (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:46:61610)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:46:62385     at Object.e.exports.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:20:26976)     at e.exports.loadWidgetsIn (http://localhost:8080/mxclientsystem/mxui/mxui.js?637146775780863444:46:62268)  
asked
2 answers
0

update the atlas UI resources to latest version and tried. It resolved my issue and I was able to move forward.

answered
0

I just encountered this error for a default datagrid. In my case it was a case of missing read access for the userrole on attributes displayed in the grid.

answered