knowledgecenter-breadcrum

Knowledge Center

21 Dec, 2021

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

Posted on 21 Dec, 2021 by Admin, Posted in PCF (PowerApps Component Framework) , Dynamics 365

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

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

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.

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;”

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

Important Links:

To know more about this Click Here.

 

Comment

Loading

Recent Updates

Blogs
02 Apr, 2025

Quality is not just an option; it’s a responsibility

In the world of software development, testing is often seen as an optional phase, especially when there is no dedicated…

READ MORE
Thumbnail
Blogs
26 Mar, 2025

What is Power Virtual Agents: Exploring AI-Driven Virtual Chatbots?

What is Power Virtual Agents: Exploring AI-Driven Virtual Chatbots? In today’s digital landscape, businesses are constantly seeking ways to enhance…

READ MORE
Blogs
25 Mar, 2025

Copy Data from API to SQL Server using Azure Data Factory

Introduction: In today's data-driven world, automating data flow between APIs and databases is crucial for efficient data management. Azure Data…

READ MORE