- March 14, 2022
Introduction Recently, we created a DetailList type of PCF control to display some data. As this list was going to display hundreds of records, we couldn’t scroll through them as there was no scroller present. Solution After a bit of research we found that a scroller can be added by importing “ScrollablePane” component from Fluent […]
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. […]
Introduction In this blog, I am going to show you how to open a panel when a hyperlink is clicked using PCF control. Solution I have created a sample detail list that has some data which is generated randomly. As you can see the “Name” column of this list contains hyperlinks. Now to open panel […]
Introduction In this blog, I have explained how to sort Details List grid by clicking on column header in PCF control. Solution Details List have a property called onColumnHeaderClick which will handle event when we click on column header. On the other hand when we configure the definition of column, then each column has property called […]
Let started with our D365 Quickstart package and get onboard within 7 days!
I'M INTERESTED!