Hi,
I have a cell form that contains a several List Pickers. Those picker items are populated using an entity with the key serving as the return Value and a description as the DisplayValue. Each picker has his own entity set.
Now I want to build a read only page to display that information but I’m struggling to find a way to display the return value without creating a List picker with the edit disabled. Is there any way to this this kind of binding in a simple property or similar control?
Thank you in advance.