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
Ryan AlfordPosted Jan 7, 2009, 3:12 PM
Komal PatelPosted Jan 7, 2009, 11:37 PM
as you want to keep your field numeric then you can convert it to template field
Add textbox and label to that field
Bind textbox to your display column from datatset and use label to satically display % sign besides it