Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
WinGrid color dropdown replacement with usercontrol
posted

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