Add button on editable grid

Is it possible to add a button on editable grid ? like the delete one on editable grid. how can I do it?

Check out button ceation.

If you want it to show up on the toolbar menu (top or bottom), choose the PHP, Javascript or Link button type.

If you want it to execute for each record selected, choose the “run” button type.

[QUOTE=Daxonichely;39092]Check out button ceation.

If you want it to show up on the toolbar menu (top or bottom), choose the PHP, Javascript or Link button type.

If you want it to execute for each record selected, choose the “run” button type.[/QUOTE]
What do you mean by a button to be executed for each record selected can you give an example?
thanks!!!

The “run” button type
http://www.scriptcase.net/docs/en_us/grid-applications/grid/buttons/run-button

Imagine you have a recordset of emails. You want to send an email to some of the items on the list at the same time. You select the records and execute the button. Any code on that button will cycle trough the selected records

But now that I saw the documentation, I’m not sure this option is available in the form app.

AFAIK it is not. If you use an editable grid App you cannot do this (I wish we could).