Reputation: 21
Can we disable exporting data from the user interface actions in Kentico Managing form data?
Regards, SA
Upvotes: 0
Views: 96
Reputation: 415
Try setting the ShowObjectMenu
property of the UniGrid to false
. Detailed documentation available here.
The UniGrid definition should be the one found in this file (can't verify it as I currently don't have access to a Kentico instance): CMSModules\BizForms\Controls\BizFormEditData.ascx
Upvotes: 1
Reputation: 6117
Not all objects, pages, etc have the permissions available/coded to allow this restriction that I'm aware of within the user interface. Take a look at the post I wrote on restricting download/export of anything out of Kentico.
Short story is you set the permissions at the IIS level on /CMS/CMSSiteUtils/Export
directory to not allow the user running IIS app pool to access that directory. This directory is where all exports, no matter what, get sent to.
Upvotes: 0