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
375
Highlighting text in the cell
posted

Hi,

 Is there a way of highlighting the text in the cell ?  I do not want to set the backcolor property of the cell itself but I just want to highlight the cell's contents

This is text

 Thanks

e.p.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Set the Style of the column to FormattedText. Then you can format the text in the cell using the XML formatting that the UltraFormattedTextEditor control uses. So you could set the Value of a cell like so to acheive what you have above: 


     <span style="background-color:Yellow;">This is text</span>

Children