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.
Hi...
I am not getting any of the difference when i entered into the wingrid cell but i ve set the TextEditor control as EditorControl.
What kind of editor are you seeing when you enter edit mode? You're not going to see the entire control (i.e. including borders) when you enter edit mode, but you should have an EditorWithText in the cell. The control that is used as the EditorControl simply provides a clone of its editor that the grid can use, which is initialized with the various properties set on the control itself and provides some guidance in the resolution in some of the editor's behaviors.
-Matt