Hi,
I have a GridnumericColumn in my grid with the following definition:
I have a GridnumericColumn in my grid with the following definition:
<telerik:GridNumericColumn FilterListOptions="VaryByDataType" FilterControlWidth="20px" AllowRounding="false" KeepNotRoundedValue="true"
DataField="Menge" DataType="System.Double" DataFormatString="{0:F2}" HeaderText="Menge" SortExpression="Menge"
UniqueName="Menge">
<HeaderStyle Width="70px" />
</telerik:GridNumericColumn>
Grid editmode is InPlace.
It works fine, when not in edit mode. However when in editmode, the value is shown without decimals - rounded - when the the GridNumericColumn does not have the focus.
When the GridNumericColumn, still in edit mode, gets the focus, the correct double value with decimals is displayed.
Any other property to set?
Thanks
Andreas