Hi,
My client has a weird request, but I have to find him a solution.
Data sent to a cell contains returns cariages ("\n") but it does not show properly in the cell, the whole text shows as a single long line.
What is the property to make the row expand its height to show the whole text with all the return cariages interpreted correctly??
I know its ugly, but thats what is needed at the moment.
P.S. I did parse the text before sending it to the grid and replacing all the \n by Environment.NewLine but to no avail.
Thank you