How to embed an UltraTextEditor in an UltraWinEditor Column? I have tried this:
I changed some properties to ultraTextEditor1 like backcolor, multiline, etc., but nothing apparent happens. What I want is just a multiline texteditor for a column. How can I do that? Thanks.
You do not need an editor for this. The grid cells and columns already have properties to allow you to assign colors. You can just set CellMultiline on the column to true.
Thank you Mike, but what I actually want is to put a dropdown buttom on the cell so the user can click on it and then show a bigger box to type text that can include CRLFs. How can I do that? Thanks again for your support.