hey,
I have a GridTemplateColumn which has a label inside its ItemTemplate. This label gets bound from a decimal field from the database. I want to make the number that appears in the label to have 1 decimal after the point even if it's a whole number (5 becomes 5.0). How can I do that with the DataFormatString or is there another way?
Thanks
I have a GridTemplateColumn which has a label inside its ItemTemplate. This label gets bound from a decimal field from the database. I want to make the number that appears in the label to have 1 decimal after the point even if it's a whole number (5 becomes 5.0). How can I do that with the DataFormatString or is there another way?
Thanks