Hello, new in PHP and trying out KoolGrid Inline editing. I'm connecting to Oracle Database and generating the KoolGrid successfully. However, when doing the InlIne edit in the KoolGrid and confirming it, the data does not get updated. Not sure if the data is being passed to the UpdateCommand correctly. I'm following the example below.
$ds->UpdateCommand = "update orders set orderDate='@orderDate', status='@status', comments='@comments' where orderNumber='@orderNumber'";