Removing the "insert new row" from an Embedded List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2015 12:09 PM
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??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2015 12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2015 10:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2016 10:15 PM
Hi Rafal,
I'm still struggling with this... can you please explain in detail.
Thanks
Jyo