Editable grid view: row update / delete

Hi,

I am setting up an Editable grid view, called from a control in order to restrict the display of the data.
So, in the form I am adding the where condition on SQL edit part of the editable grid form in order to display needed data.

Then I see on each lines the data as expected.

From the control, I am calling a link with no delet option set in the properties.

But when looking at the editable grid for, I see the delete then update options.
But I would like to have only the update, not the delete button option.

How can I set this up?

THX for your help.

Best regards,

Fabrice

SC_EditGridForm_NoDelete.jpg

Not sure, but what happens if you remove the delete option from the toolbar section?

Hi,

THX for feedback.

But if I remove the Update and Delete options from the Toolbar part on the Form, then nothing happends. Both are still present, the delete and update options.

Any other Idea?

Try sc_btn_display ( ‘delete’, off ) on onload event

Hi,

OK, this solves my issue.

THX!