Add the ability to control the visibility of the add, edit and delete buttons using DataEvents. This would give us control who can add, edit and delete items based on business logic in DataEvents. Roles (add, edit and delete) are limited to the record level, not the fields within. Suggestions: SETBUTTONVISIBLE([add, edit, delete], bool) -> Hide/Show Main level Add, Edit and Delete Button SETBUTTONVISIBLE([add, edit, delete], repeater, bool) -> Hide/Show Repeater level Add, Edit and Delete Button