boucekv
boucekv

Reputation: 1230

How to make grid on list page to be editable?

I am trying to allow editing on form with list page template. I would like to make grid to be editable on default (I know it is against check style).

I do not change allow edit in code and I am still not able to edit any column.

How I can change this behavior?

Upvotes: 0

Views: 3199

Answers (1)

Jan B. Kjeldsen
Jan B. Kjeldsen

Reputation: 18051

If you make a list page as a copy of SysBPStyle_ListPage you do not change the behavior.
List pages are read only by definition.

You may use a simple list or another form template.

Forms started by double clicking on a list page item can be set to edit mode by default. To do so use the form option dialog:

enter image description here

Upvotes: 1

Related Questions