web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to hide the ribbon bar and OOB controls in Dynamics 365?

NEBULAA IT SOLUTIONS LLP Profile Picture NEBULAA IT SOLUTION... 412

Introduction

Recently, we were a creating a dataset type PCF control to display data.

But there were many other controls on the page such as command bar, view selector, quick find and group by, which were unnecessary.

LOKI_NOV_01

So how to remove these controls?

Solution

Go to your Control Manifest file and make the below changes.

Add this line inside the tag as shown below:

cds-data-set-options=”displayCommandBar:false;displayViewSelector:false;displayQuickFind:false;displayGroupBy:false;”

Loki

After building the control now you can see the ribbon bar and OOB controls have disappeared.

LOKI_NOV_03

Important Links:

To know more about this Click Here.

 

The post How to hide the ribbon bar and OOB controls in Dynamics 365? appeared first on Nebulaa IT Solutions.

Comments

*This post is locked for comments