Hello Community,
I want these changes on the original screens. For my custom screens, this worked when I added actionsConfig: { exportToExcel: { hidden: true } } in the @gridConfig of the .ts file.

Hello Community,
I want these changes on the original screens. For my custom screens, this worked when I added actionsConfig: { exportToExcel: { hidden: true } } in the @gridConfig of the .ts file.

Best answer by darylbowman
...there is currently no supported way to completely hide it via code.
Just because you don’t know how to do something doesn’t mean it doesn’t exist.

<template>
<qp-grid modify="#grid-Details"
config.bind="{
actionsConfig: {
exportToExcel: { hidden: true },
}
}">
</qp-grid>
</template>>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.