Control if primary keys are autoincremented or require a separate SQL statement (eg for Oracle Sequences)
Comma separated list of specifications, one entry for each primary key (if table has combined key).
If the primary key column is an auto incremented field (an Identity column in Sql Server), set EditNewPKStatement="autoincrement".
Optionally set the FormFieldsHide property to hide the primary key column from the Form.
For Oracle using sequences, specify an SQL.
E.g. AxpDataGrid1.EditNewPKStatement = "SELECT SEQ_TEST.NextVal FROM DUAL"
AxpDataGrid Class | Axezz.WebControls Namespace