Hello,
Ultragrid is binded to the datasource. The properties of the ultragrid are
1) columns[0].AutoSizeEdit = true.
2) columns[0].cellMultiLine = true
3) override.RowSizing = AutoFree
4) RowSizingArea = Entire row
But after setting all these properties, the Row is not resizing after entering the contents. Please find the attached application sample. Kindly help me in solve the issue.
Objective is Need to resize the Row automatically as per the multiline contents.
Hello Gudi,
We are still following this forum thread.
Please do not hesitate to contact us if you have any other questions with this matter.
Hello gudi,
What are you expecting to autosize in this case? You have only one line of text here. Please enter more text like:
"Test DataTest DataTest Data\nTest Data\n"
in 65th line of your Designer.cs file and observe the difference.
Please do not hesitate to contact me if you need any additional assistance.