DynamicControl.ApplyFormatInEditMode Property
Gets or sets a value that indicates whether the formatting string specified by the DataFormatString property is applied to field values when the field is in edit mode.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System.Booleantrue if the formatting string is applied; otherwise, false. The default is false.
The DynamicControl control has different display modes that allow the user to read, edit, or insert a field. By default, the formatting string specified by the DataFormatString property is applied to a field value only when the DynamicControl 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 |
|---|
The DynamicControl control 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. |
Available since 3.5
