Does anyone have an code example of the member picker or content picker to use with an custom api call? We want to intergrate the external data directly into Umbraco and love the new content pickers so does anyone know what to do to get the same look and feel?
Tips: custom picker with paging
Hi,
Does anyone have an code example of the member picker or content picker to use with an custom api call? We want to intergrate the external data directly into Umbraco and love the new content pickers so does anyone know what to do to get the same look and feel?
Thanks,
Johan
Hi Johan
You can create own datatype with the same look at Umbraco content pickers - just create custom property editor - https://our.umbraco.org/documentation/Tutorials/creating-a-property-editor/
Another possibility, use nuPickers package - https://our.umbraco.org/projects/backoffice-extensions/nupickers/
It allows you to use different data sources for pickers, as I understood you can use "Data Source DotNet", Just add external API call to this code - https://github.com/uComponents/nuPickers/wiki/Data-Source-DotNet
Thanks,
Alex
Hi Johan
Did you solve the issue? Please, share with our community.
/Alex
is working on a reply...