AxpDataGrid

AxpDataGrid.EditFieldsReadOnly Property

List of field names (or column numbers) that should be treated as read only in the edit form.

[Visual Basic]
Public Property EditFieldsReadOnly As String
[C#]
public string EditFieldsReadOnly {get; set;}

Property Value

Comma separated list of column names or column numbers that should be treated as read only in the edit form.

Remarks

Examples:
EditFieldsReadOnly="2,5,6"
EditFieldsReadOnly="ProductId"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace