User defined Column Captions used in Form View and Edit Mode.
Comma separated list of column names
It is required to set FormDisplayFieldNames (or EditFieldItem.Caption) when FormSQL differs from normal SQL and GridDisplayFieldNames is set.
FormDisplayFieldNames defaults to GridDisplayFieldNames, so always set FormDisplayFieldNames after setting GridDisplayFieldNames.
If you want to use the database table column names in Form Mode set FormDisplayFieldNames="" after setting GridDisplayFieldNames.
See also the SetEditField method.
AxpDataGrid Class | Axezz.WebControls Namespace