How to Make all rows in List row is editable

  • 13 September 2019
  • 1 reply
  • 2 views

Hi,

 

There are some mandatory fields in my Editable list view placed in the FORM and all the fields are validated at the FORM Submit button.

With the Add new option, only the fields that are editable are only getting validation and the rows that are in non-editable are not getting validated.

 

Please help me with my scenario, that making all fields of ROWS and all the ROWS in the LIST VIEW are editable SO that my form can validate with mandatory/validation.

 

Thanks,

Rajesh

 


1 reply

Badge +9

Hi gelli2016


 


Currently this is the quickest to way edit rows in editable list unless you're trying to edit multiple rows and pass a predefined values you can apply the following workaround:


 


For all rows


Edit selected row
transfer data (set the value you want to update)
submit changes made to a row


this will iterate through all the rows you have an update them


 


Regards


Elvis

Reply