CRLF in TIWAdvWebGrid

hi

sometimes i need to save information the users write in an IWMemo.
the text can be written with CRLF (#10+#13) just like this text here.
in the database, the text is saved correctly.
i didn't test it in a TIWDBAdvWebGrid, but when i load it into a cell in a TIWAdvWebGrid, the text is shown like one long line.

doesn't the TIWAdvWebGrid support CRLF?

Thanks

Hi,


Please note that the cell content is displayed as HTML. The TIWAdvWebGrid control currently has no built-in functionality to automatically convert CRLF to an HTML linebreak tag (i.e.: '<br>').
You can use the OnGetCellData event to manually do the required conversion.

thanks for the reply Bart.

is it ok to assume that the TIWDBAdvWebGrid works the same way?

Thanks

Yes, the same is true for the TIWDBAdvWebGrid