Interacting with column value in a data grid

1
Hello,  I’m running into issues trying to interact with an editable field in my data grid. With the column set to be editable, I am trying to change the value, but I run into this error.   Main.Overview_CycleCount.grid37: An error occurred in listener of event 'onCellClicked': TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.   New to mendix, and not sure how to move on from here.
asked
3 answers
1

Ok i can reproduce your issue as well. Seems to be a bug in Mendix.

If you use a decimal or integert over an associated entity you will get this error. If you use an string or enum attribute it show a dropdown and works fine.

So what you can do is:

- Create a support ticket with Mendix to tell them the issue: https://support.mendix.com/hc/en-us

- Fix it in your case with a listview instead of a datagrid, and style the listview as a datagrid

- Or fix it by creating an extra string attribute of the integer value

answered
0

any updates on this? I am also receiving this error using Decimal, but I need to use Decimal

 

answered
0

It was fixed in Studio Pro 9.10.0, 9.6.7 and 8.18.16.

answered