I am taking taking values to the Datagrid through a Stroe Procedure and mu autogenratecolumns is true.
[1st case]
The problem I am facing is in my cell, even though I have 4 decimal places in the data it is only showing upto 2.
[2nd case]
To change 2 to a fixed number of decimals I convetred the property to nvarchar in Stored Procedure.
It worked well. But then in my summary column i loses the way of sum(I Think sum won't take the values in strings).
Firstly the datagrid itself rounding the value to two decimal.Second if i change the property to string I'm losing the summary vlaue.
Hope the question is clear. Thanks.