DataGrid 2.0

0
Hello Community! Hope everyone is doing well, I have implemented DataGrid 2.0 in a page and stored system.owner now I am trying search one attribute name from that entity through association but unfortunately it is not working this is only happening for this specific property, even sorting is not working for this.   If anyone is aware of this issue, please help me to resolve! Thank You in advance.
asked
2 answers
0

The name attribute of a user is quite restricted based on security so this is probably your issue, you can quickly test it by getting your own user account as an owner of the object and then view the data again. You will probably only be able to view your own user name. You can solve this by using the Account specialization instead of the user entity itself.

answered
0

Do update to the latest version of module Data Widgets. See if it helps.

If not, see if Hunter's solution helps.

If not, create a new app showing similar bug and create a ticket at support@mendix.com

answered