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.
The requirement is like this:-
Enter the data by pressing enter in the grid's individual cell. ie, multiline contents in the cell.
when the user loses the focus of the grid, as per the multiline contents of the cell, the row must be expanded to show all the contents.
I wanted to restrict the row to show only 4 lines of text only. anything more than that wont have to show them completely.