Editable datagrid condition

0
Hi All When I have a simple data grid I am able to edit a value in screen in the datagrid. However, when I have a datagrid with a Xpath constraint, this does not work anymore? Is this expected behaviour?   Kind regards   Kevin
asked
3 answers
0

An Xpath on the datasource should not affect the editability of the datagrid column.

However; if the security access rule has an Xpath which allows the user to edit a certain set of data of that entity and the Xpath on the datagrid matches that XPath, then only the objects with no write access are displayed and thus making the column not editable. ;-)

answered
0

Hi Rene

Thanks for giving such a quick reply. I looked security settings and all seem fine. However I forgot to mention that my datasource is xpath that goes over an association. Perhaps the fact that I go over an association is the problem?

 

answered
0

To be complete: this is the error I get in the console:

 

An error occurred in listener of event 'onCellClicked': TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

answered