hi, all
No, you cannot derive your own grid column type and use it in the WinGrid, this is not supported.
Thanks, It also solved my problem
I don't have any samples of this, but it's pretty easy. Place an UltraTextEditor on the form. Use the ButtonsRight collection to add a DropDownEditorButton. Set the Control property on the DropDownEditorButton to the control you want on the dropdown. Then you set the EditorControl property of the grid column to the UltraTextEditor control.
Hi mike
Can you please give an example how to drop down button on grid cell using UltraTextEditor
Thanks in advance
Jref