List in edit mode


Badge

Hi all,

 

Is there a rule to make a list editbale when the form loads. We have a form for FA department where they need to fill lines in a table/list, but they dopn't want to click each line with the mouse to make it editable.

 

Thanks for the answers,

 

Robbert Nieuwerf


2 replies

Userlevel 1
Badge +8

Hi Robbert

 

There is an action "Edit the selected row on the Editable list", however this will not make a row editable unless it has been selected by the user first. There is no way out of the box to make a row selected without user interaction.

 

Unless you can find a way to make the first row on a list "Selected" when the form loads (Javascript perhaps?) then I don't think you can achieve what you want.

Badge +10

Its a bit of a hack, but if you want to ake the "first" row editable automatically, then I found that if you put a rule in the view initialisation and do add a row and then for each row execute make the row editable rule This seems to make the first row only editable.

Reply