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
224
Get UltraTextEditor control in WinGrid Cell
posted

                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.

Parents
No Data
Reply
  • 37774
    posted

    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

Children