|
Hi everyone,
I have a list I want to put detailed security. I want only ones who created the item to be able to edit that item. Is there a good way to do this? I found out on SharePoint Designer, if I right click on the list, I can set the list property for security:
Specify which items users can edit: [All items/Only their own/None]
I set it to Only thier own. But still everybody who has edit permission can edit all item.
PS.
And, I alsolooked into EventReceiver. But, it seems like there are ItemAdding, ItemDeleting receiver, but no ItemEditing receiver. So, I guess this can not be done using EventReceiver? |