on 2021 Aug 10 5:13 PM
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.
If you are showing something as a display only (for example on a detail page) you would typically use one of the section table type controls (key value, simple property etc). How you setup the binding will depend heavily on your odata service and where the data is coming from.
For example, you have an item that has references to the pickers where the key values are stored in the item. If your service has navigation properties pointing to the list picker entities you can $expand the item and directly reference the display values.
Or, you can setup a section target that uses query options to filter on the specific picker entity set / key and then bind to the resulting properties to get the display value.
It all depends on what the default binding object is for the page, where the picker key values are coming from and how you want to display it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.