Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Yes it's possible. You could start from this blog post http://world.episerver.com/Blogs/Linus-Ekstrom/Dates/2012/7/Creating-a-custom-editor-for-a-property/
Hi,
is it possible to create a custom editor for PageData properties like UIHint.Textarea?
Let's say I have an array as property:
public virtual string[] MyProperty{ get; set; }
and I would like to open a popup with a custom grid to edit it.
Thanks.