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