Hi,
One of the grids in our application displays a field which can contain carriage returns (\r\n). For the grid the multiline and wrap properties are set to false and the ellipse property is set to true, since we want the text to be single line and ellipsed.
However the colum does take the carriage return into account and tries to squeeze the both lines into one line (see screenshot). Each line individually is however ellipsed.
What is the best approach to prevent the column to ignore the carriage returns, in order to have one single ellipsed line? Off course without removing the carriage return from the string itself.
Many Thanks,
Maarten
One of the grids in our application displays a field which can contain carriage returns (\r\n). For the grid the multiline and wrap properties are set to false and the ellipse property is set to true, since we want the text to be single line and ellipsed.
However the colum does take the carriage return into account and tries to squeeze the both lines into one line (see screenshot). Each line individually is however ellipsed.
What is the best approach to prevent the column to ignore the carriage returns, in order to have one single ellipsed line? Off course without removing the carriage return from the string itself.
Many Thanks,
Maarten