Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
519
Formatted Text in WindGrid 2009.2
posted

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

Parents
  • 469350
    Offline posted

    Hi,

    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.

Reply Children