This question is locked. New answers and comments are not allowed.
Hi,
I´ve bound a Property like this:
to a GridViewDataColumn like this:
but in Edit Mode it shows to decimal places.
Why is "
I´ve bound a Property like this:
[DisplayFormat(DataFormatString =
"{0:F0}"
, ApplyFormatInEditMode =
true
, ConvertEmptyStringToNull =
false
, NullDisplayText =
"0"
)]
decimal
value{
get
;
set
; }
to a GridViewDataColumn like this:
<telerik:GridViewDataColumn DataMemberBinding=
"{Binding Value}"
Header=
"Value"
/>
but in Edit Mode it shows to decimal places.
Why is "
ApplyFormatInEditMode
" not working?