Hi,
I need to create a custom control and use it as an editor to a grid column. Is there anyway I could achieve this?
Thanks.
What does your custom control need to do?
The best way to do something like this is to use one of the existing Editor controls.
If none of those meet your needs, and you are using the latest version of the controls (v9.2 or higher), then you can embed your own custom control in a grid using the new UltraControlContainer editor component.
Hi Mike,
Which editor are you referring to?
I'm using v9.2 and I can't embed my custom control in the grid because of the size.
Here's a shot of my custom control:
I need to show this editor when user click on a cell and apply text formatting (e.g.: color ) to the cell when they're done editing.