Hi,
When I tried set "bold" in a word in a cell of WinGrid, he display the text without formatting.
e.Row.Cells(
"Nome").Value = "<b>Nome do Produto:</b> Teste "
DisplayCellStyle is set "FormattedText".
Help me please
There is no DisplayCellStyle in the grid. My guess is that you meant CellDisplayStyle. But that's the wrong property and has nothing to do with formatting text with XML.
The property you want is the Style property of the column.
Thank you for your reply.
1) After setting up the cells, they allow "multline" even if the property "CellMultiLine" is set to false. How do I block this?2) Is it possible to increase the height of the cell as the text did not fit in most standard height?3) If not, is there any way to enable scroll bars (vertical) within the cell?
Tks