SuckSpedayked
New Member
Alright, this seems simple enough, so there must be an easier way of doing it that evaluating each field in the OnItemBound event. Here is my problem - I have curreny amounts in a database table all of which have a scale of 2 and contain zeros where appropriate (eg, 453.01, 453.10, 453.00). When these values are pulled into my Datagrid the scale is truncated where the "0" values exist (eg, 453.10 becomes 453.1, 453.00 becomes 453). I want the whole scale. How do I get this? Thanks{0:C} in Data Formatting Expression field of Datagrid Column properties. Look at that, I answered my own question!