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
170
EditorWithText support for multiline text box
posted

Does the EditorWithText control support multiline text box?

In my use case, a sub-class of EditorWithText control is embedded into an UltraGrid cell, the Embeded text box keeps getting set as (multline= false) after entering into edit mode..

I got around that by overriding DisplayTextBox and setting the multiline properly myself.  But after exiting edit mode, the cell still only display the first line of the text..  Is there anyway to get it to show the entire text?  The cell is wider than a single line, so there's plenty of screen real-estate.

Thanks