Event for Button new

hello
I have the following in an editable grid problem.
When I click on the New button, some fields need to be filled with certain values​​.
Which event is fired when I click the New button?

Best Regards

Kai

None, because in an editable grid a new line is handled by an ajax/javascript function.
If you need to set certain (fix) values, click on the field chose ‘Defined Value’ from the ‘Initial Value (type)’ select field
and enter the value into the input field ‘Inital Value’. It can be a constant or a global variable.
If the value has to be calculated or retrieved from a table you have to do it in the onBeforeInsert event.

jsb