Replies: 2 comments
-
Hi @erlando, The If you need to manipulate the underlying property value, you might want to hook into a notification event, (something like content saving, or the editor model sending). In terms of your code snippet, is this your own custom data-source code? (only that I don't recognise it). For hiding the member's UDI, that should only be when the |
Beta Was this translation helpful? Give feedback.
-
Hi, Yes, it's my own custom code. It fetches data from custom tables in the database and looks up member-udi's via the API. There must be a fallback of some kind because if I set the Description to I can't hook into any notifications because it's actually not Umbraco that is rendering the form. I'm building the form myself from a Document Type using |
Beta Was this translation helpful? Give feedback.
-
Hi.
Love the package.
Is it possible to get the data picker to sort the items by DataListItem.Name? I've tried to sort the items returned by IDataPickerSource.GetItemsAsync but it doesn't seem to have any effect.
Also, is it possible to hide the id of the items? The users for the custom section that this is being displayed in are bound to get confused by having an Udi displayed like that.
Best regards, Søren
Beta Was this translation helpful? Give feedback.
All reactions