This topic is locked

Edit Multiple Records Inline

12/20/2018 2:42:13 PM
Suggestions
K
kjshah author

Hello,
I would like to edit multiple records in the list page by default.
I know there is a javascript event to enable inline editing on all records:

pageObj.inlineEdit.editAllRecs();


but it is pretty slow and you see visually when each row is being changed from a list item to a inline editable item.
It would be nice if the page could just load up with the fields editable directly. (would like to set this as a configurable option on the list page)
Thanks!