"OnCreate"-javascript on a gridcontrol do not fire

Posted by Rollbase User on 19-Mar-2013 09:24

"OnCreate"-javascript on a gridcontrol do not fire when creating new lines. "OnUpdate and "OnDelete" is OK. Is there a difference betweeen "OnCreate" and "OnUpdate,OnDelete" or?

All Replies

Posted by Admin on 19-Mar-2013 11:12

Add the following script



alert('created')



and you'll see that this script is actually invoked when new record is created.

This thread is closed