Mike,
I think that I have seen an event that you can hook when a cell dropdown button is pressed (kinda like the numeric editor 'EditorSpinButtonClick' event).
What I have is a usercontrol that is a color pallete generator, it provides a list of "harmonic" colors, that are used in my application.
So what I am thinking is that when the user wants to change a color cell in a grid, and they click the dropdown button, I want to supply my control then return the color to the cell.
Is there a way to do this without a full blown embeddable editor?
Thanks
Bob
Thanks Mike, that is so much better than the way I was trying to do it!
Hi Bob,
Sure, you can use an UltraTextEditor with an EditorDropDownButton on it. The button has a Control property which specifies what control is on the dropdown, so you can use an instance of your UserControl. Then you just have to handle what happens when the user chooses a color and what happens when the control is dropped down.