in my php code,
and while updating… i want to make primary key field as uneditable
3 Answers
You can make field as hidden.
$col["hidden"] = true;
PK must be editable in order to perform update/delete operations.
Has this changed? We are having similar issues.
We have the licensed version.
We are doing a master/detail update.
Is there a place where we can send you the code we are trying to run.
Mssql 2008r2
Here is a snip of the 2nd grid.
Your Answer