Caption parameter with Data Grid 2 in Studio Pro 9.2.0

0
Hello, Has anyone been able to use a caption parameter in Data Grid 2? I try to dynamically set the value of the column title. However I get a javascript error and the rendering fails. I checked that the value is populated.   Prior to the exception, I get the following message but I don’t know where to look in the browser console: [Unserializable data. See browser console for the details]   Finally here is the error:   Renderer Error ☝️ Error: Renderer Error ☝️     at Object.render (http://localhost:8080/widgets/com/mendix/widget/web/datagrid/Datagrid.js?637582340957348521:23:9678)     at tt (http://localhost:8080/widgets/com/mendix/widget/web/datagrid/Datagrid.js?637582340957348521:23:5495)     at ia (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:58985)     at zs (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:111190)     at Sc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:98397)     at _c (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:98325)     at xc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:98188)     at fc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:95175)     at cc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:92525)     at Zc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637582340957348521:46:108648)   I should add that if I delete the parameter, I don’t get the error anymore and the datagrid renders correctly. But I want a dynamic column title. [Fixed] It works fine with Data Grid 2 v.1.2.0 that was released with 9.3.0.
asked
2 answers
0

Hi Jasper, it works fine with Data Grid 2 v.1.2.0 that was released with 9.3.0.

answered
0

the browser console can be found for example in chrome

  1. Go to devtools (F12 shortcut)
  2. the 2nd option after element is Console
answered