AxpDataGrid

EditFieldItem.IsHardCoded Property

Whether a specific column value is considered to be hard coded in the code behind.

[Visual Basic]
Public Property IsHardCoded As Boolean
[C#]
public bool IsHardCoded {get; set;}

Property Value

true if a specific column value is considered to be hard coded in the code behind, false otherwise. Default is false.

Remarks

If ReadOnly=True and posted data is hard coded / set using AxpDataGrid.UpdateFields in a database update event handler, IsHardCoded must be set = True. See Sample25 for example usage.

See Also

EditFieldItem Class | Axezz.WebControls Namespace