I tried via security roles it got disabled, but it's not allowing me to export from the form grid right click /Export all rows/ function.
Can we do it through the code??
{
public void init()
{
FormMenuButtonControl officeButton;
#SysSystemDefinedButtons
if (officeButton)
{
officeButton.enabled(false);
}
}
}