HI
When I enable cellEdit=True; the phpgrid_error function can not populate the correct error message when user input data through cell edit, it always only gives error message “500 : Internal Server Error” instead of the error message I input.
(The error message pop up fine when user input through “Edit” button with dialog)
Code:
$opt[“cellEdit”] = true;
$e[“on_after_update”] = array(“edit_list”, null, false);
function edit_list($data)
{
phpgrid_error(“hello”);
}
1 Answers
Hello,
You are using older version of the build and it\’s added in latest version.
I’ll be emailing you back update instructions.
Your Answer