I’ve tried the following event:
$grid->setNavEvent(‘edit’, ‘afterSubmit’, $myScript);
where the PHP variable $myScript contains the javascript I need to run.
It does trigger when adding or editing, but in my script I need to use the rowid of the row that’s being edited.
Is there a way to read the rowid in an ‘afterSubmit’ event?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top