The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Removing the "insert new row" from an Embedded List

alecturner
Kilo Explorer

I have a list inside a list and I'm trying to hide the "insert new row" option as I don't want users to add new rows, but under list controls I don't see the check box to remove that option. Any thoughts??

12 REPLIES 12

Ashutosh Munot1
Kilo Patron
Kilo Patron

find_real_file.png


See this might help you...try it


rafal1
Mega Contributor

I had an opposite issue (needed to add an "Insert new row" option where it was missing), and did this:


1. configure the Form, remove the embedded list from the form


2. configure Form's related lists (so essentially add the same list, but as a Related not Embedded list)


3. right click and configure List Controls,set the List edit insert row checkbox accordingly, save


4. configure the Form, add the related list on the form again (note that it will be automatically removed as the Related list)


5. tada!



//Rafal


Hi Rafal,



I'm still struggling with this... can you please explain in detail.



Thanks


Jyo