Column's PropertyName property now supports properties of nested objects. Available from R3 2018 Release.
ADMIN
Yana
Posted on:25 Jul 2018 12:55
Hi Miroslav,
Thank you for providing the details on the scenario you have. We'll definitely have it in mind.
Regards,
Yana
Mirec
Posted on:25 Jul 2018 12:35
Please take into consideration scenario where complex object is represented as ExpandoObject with ExpandoObject properties.
We wanted to display data of unkown type, which come as json from WebAPI.
The solution was to convert it to ExpandoObject, which works but only when bound to properties on the first level.