How to get Ultra TextEditor control while i am entering into a particular Win grid Cell.. as like placing Combo box in a Win Grid Cell through EditorControl property.
i have assigned the UltraTextEditor under the EditorControl for my selected column,but i am not getting the TextEditor while i entering into cell.
Can anyone tell me how to get textEditor control in wingrid cell.
What, exactly, are you trying to do?
You can get the EditorControl that a cell is using by the EditorControlResolved property on the cell. But this is unlikely to be very useful, since the grid does not actually use the control itself. The control simply provides an editor to the cells of the grid.