Hi, all.
I have a grid with 3 text columns that are located one under another. The contents of one column can be longer than the cell can fit. How can I make text wrapping in that cell and it should be resized vertically when the text does not fit cell width?
Thanks in advance.
Ok yuo can use
RowStyleDefault-Wrap
="true"
That's it :-)
Ciao
I have already found missing point.
I just needed to set row sizing mode to "Auto-Free". Text in cells is wrapped automatically.