AxpDataGrid

EditFieldItem.IsUpdateable Property

Whether a Column value is Updateable (but ReadOnly when Inserting new records)

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

Property Value

true if a Column value is Updateable, false otherwise. Default is true.

Remarks

Set to False to make this field ReadOnly when updating a record (but writable when Inserting a new record)

See Also

EditFieldItem Class | Axezz.WebControls Namespace