Hey David,
Feel free to pass this by as it doesn't directly answer your question, but you may want to consider using Umbraco Doc Type Grid Editor. It allows you to turn Document Types into grid editors, thus meaning you can reuse data types.
Plus you have control over how the grid view & frontend view are determined. It's a powerful bit of kit! :)
Hey David,
I've been back to the drawing board on this one. I've created an editor which allows a user to select tags from either the default tag group or a specific one of your choosing (configurable in the grid editor configuration).
Here's a repo where you can find the partial code.
A dialog will open allowing a user to select multiple tags for a given tag group.
This is intended to work along side your existing property editors but will require modification if your editor will need to store more than one value.
Grid Editor - How to add a Tag Picker
Hello my friends,
I am using Umbraco version 7.5.3 and I would like to add the Tag Picker of Umbraco to my Custom Grid Editor as a property field.
What is the best way to do this?
Thank in advance! :)
Hey David,
Feel free to pass this by as it doesn't directly answer your question, but you may want to consider using Umbraco Doc Type Grid Editor. It allows you to turn Document Types into grid editors, thus meaning you can reuse data types.
Plus you have control over how the grid view & frontend view are determined. It's a powerful bit of kit! :)
Thanks,
Jamie
Thank you for you answer Jamie,
thats a nice feature but it doesnt help me for my current problem.
MFG
David
Hey David,
I've been back to the drawing board on this one. I've created an editor which allows a user to select tags from either the default tag group or a specific one of your choosing (configurable in the grid editor configuration).
Here's a repo where you can find the partial code.
A dialog will open allowing a user to select multiple tags for a given tag group.
This is intended to work along side your existing property editors but will require modification if your editor will need to store more than one value.
Any questions let me know!
Thanks,
Jamie
is working on a reply...