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
20
Formatting a cell different than rest of the column
posted

Hello All,

Apologies if this has been addressed before.  I have a grid with 5 rows, currently they are all formatted to show one decimal place.  I need the first row to display the values as whole numbers.  Can this be done? 

Thanks in advance...

Parents
  • 21382
    posted
    If you aren't editing the grid, you might be able to set the .Text of the cell in the initializeRow event. Or you could add an unbound column of type string, hide your bound column, and in initializeRow set the Value of the cell in the unbound to the formatted text of the bound column.
Reply Children
No Data