Editing is disabled in List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 07:00 AM
I am trying trying to test onCellUpdate client script.
But when i try to test, my list view is greyed out for all the fields. I can only able to read.
I am trying this with admin privileges, how to enable it for editing?
Please assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 07:09 AM
check ACL's or if those fields readOnly set by any script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 12:50 PM
@Vishweshwara Please check if there is any list_edit ACL on those fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 01:28 PM
If you haven't done so, disable your onCellEdit Client Script to make sure this is not the cause. If it is, post it using the insert code </> icon and we'll get it sorted. If it is not, and there are no other onCellEdit Client Scripts or list_edit ACLS on this table that could be doing the same, right-click the column headers and choose Configure > List Control. On the list control form for this table, check the value of the List edit type field. There is an option for disabling list edit, so you want the value to be Save immediately (cell edit mode).