This question is locked. New answers and comments are not allowed.
How to control the decimal points showing in a cell when it is in edit mode? I have the following xaml:
<telerik:GridViewDataColumn UniqueName="InvoiceAmount" DataMemberBinding="{Binding InvoiceAmount}" DataFormatString="#,##0.00;(#,##0.00)">
The number is displayed correctly with two decimal points when GridView is showing. But when I click on the cell and get into edit mode, it shows 4 decimal points. What's the easiest way to only show 2?
Thanks.
<telerik:GridViewDataColumn UniqueName="InvoiceAmount" DataMemberBinding="{Binding InvoiceAmount}" DataFormatString="#,##0.00;(#,##0.00)">
The number is displayed correctly with two decimal points when GridView is showing. But when I click on the cell and get into edit mode, it shows 4 decimal points. What's the easiest way to only show 2?
Thanks.
