DynamicField::ApplyFormatInEditMode Property
Gets or sets a value that indicates whether the formatted string that is specified by the DataFormatString property is applied to field value when the data field is in edit mode.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual property bool ApplyFormatInEditMode { bool get () sealed; void set (bool value) sealed; }
Property Value
Type: System::Booleantrue if the DynamicField applies formatting in edit mode; otherwise, false. The default is false.
Implements
IFieldFormattingOptions::ApplyFormatInEditModeData-bound controls (such as DetailsView, and GridView) have different display modes that allow the user to read, edit, or insert records. By default, the formatting string specified by the DataFormatString property is applied to field values only when the data-bound control is in read-only mode. To apply the formatting string to values displayed while the data-bound control is in edit mode, set the ApplyFormatInEditMode property to true.
Note: |
|---|
A DynamicField object does not automatically remove the formatting when the field is updated in the data source. If you do not want the formatting as part of the value stored, you will need to remove the formatting programmatically. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: