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
125
Changing the Default Selected Cell Value for a Decimal Column
posted

Hi, 

I am trying to change the default Selected Cell Value from 0.00000 to 0 or 1. The column type is decimal. How do I do that when using UltraGrid. 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    What do you mean by "default selected value?"

    The value of a cell comes from the data source. So if you have a column in the grid and you want it to default to a certain value, you would have to set the value on the data source. Or, if this is an unbound column, you could use the DefaultCellValue property on the column.

Children
No Data