2
Answers

Adding a percent sign

George Laing

George Laing

15y
8.8k
1

Hi
  I have a column in a datagrid that shows a percent difference between 2 columns. I would like to put the % sign behind the number. I have tried to concatenate it but that does not appear to be working. Any idea's how I can get the sign in? Here is what Ihave tried

Grid_Property.Rows[i].Cells["pPremRecal"].Value = dVal2;//Premium recalculated, "%".

I think the problem is I have to make the cell a string but not sure any help would be appreciated

Answers (2)