We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

PivotView chart With DashboardLayout problem

I have currently a problem to integrate PivotView With DashboardLayout.
I would like to show Pivot Grid inside a Panel of DashBoard but when I Try to set ShowFieldList property to true the dialog appear but not like a real pop up.
I would like to show this pop up over any panel inside the dashboard.

Could you please give me some sample to achieve this ?


3 Replies

SN Sivamathi Natarajan Syncfusion Team January 9, 2020 12:58 PM UTC

 
Thank you for contacting Syncfusion support. 
 
You can customize field list target using below code example. 
 
Code Example: 
  // Pop up the field list above dash board layout. 
        dataBound: function (args) { 
          this.pivotFieldListModule.dialogRenderer.fieldListDialog.target = document.body; 
          this.pivotFieldListModule.dialogRenderer.fieldListDialog.targetEle = document.body; 
          document.body.appendChild(this.pivotFieldListModule.dialogRenderer.fieldListDialog.element); 
        }, 
 
 
 
Meanwhile, we have prepared a sample for your reference. Kindly check the below sample link: 
 
 
We hope that the above sample meets your requirement if not kindly share us more details along with screen-shots/video if possible. 
 
Please let us know if you have concern. 
 
Regards, 
Sivamathi. 



HD Humanjo Daro January 11, 2020 07:04 AM UTC

I have currently a problem to integrate PivotView With DashboardLayout.
I would like to show Pivot Grid inside a Panel of DashBoard but when I Try to set ShowFieldList property to true the dialog appear but not like a real pop up.
I would like to show this pop up over any panel inside the dashboard.
Could you please give me some sample to achieve this ?



Thank you my issue has been solved,...


SN Sivamathi Natarajan Syncfusion Team January 13, 2020 05:42 AM UTC

 
Thanks for the response. As always, we will happy to assist you. 
 
Regards, 
Sivamathi. 


Loader.
Live Chat Icon For mobile
Up arrow icon