I know this isn't widely supported, but it's ok for my usage to require people to use Chrome.. which has a very nice color picker built in.
I'm trying to add support for some custom types in the property grid, for an in-house application. I would like to use the native <input type="color"/> -- however if I pass this into the property grid, all I get is a non-editable colored box.
So what I came up with was to suppress the editor part of the color chooser all-together.
http://jsfiddle.net/EznUc/26/
There are a couple problems with using the method - I'll have to dig out the unique ID from the editor component (for example), so I can retrieve the value. Effectively bypassing the native functionality of the ProperyGrid.
The question is, is there a better way to do this?
Thank you for your time,
Jason Andersen