FieldList property not working as intended?

To whom it may concern,

as naive as I am, I expected the fieldlist property of the PivotView control working as follows
showFieldList='true' 
FieldList is displayed
showFieldList='false' 
FieldList ist not displayed

But the FieldList is always displayed, unless you remove the property completely.

Is this intended or a bug?

1 Reply

SN Sivamathi Natarajan Syncfusion Team February 19, 2020 06:20 AM UTC

 
Thanks for contacting Syncfusion support. 
 
We have checked the reported issue at our end. But we are unable to reproduce the problem. You can hide the field list either by setting showFieldList property to “false” or by remove the property.  
 
Code Example: 
<div> 
  <ejs-pivotview #pivotview id='PivotView' [dataSourceSettings]=dataSourceSettings  [showFieldList]='false' 
    width='100%' height='450' [gridSettings]='gridSettings'> 
  </ejs-pivotview> 
</div> 
 
 
Meanwhile, we have prepared a sample for your reference. Kindly check the below sample link. 
 
 
Could you please reproduce the issue in the above sample and revert us which would be helpful for us to proceed further. 
 
Regards, 
Sivamathi. 


Loader.
Up arrow icon