Pivot table on tab control in 18.4 - display issues when LoadOn="ContentLoad.Init" is used

Hello

I am having display issues with a pivot table on a tab control when LoadOn="ContentLoad.Init" is set on the tab control.  If you remove LoadOn="ContentLoad.Init" then the problems go away.  Without question, we need LoadOn="ContentLoad.Init".

The problems are:

- The row headers on the pivot table do not display
- The column alignment is dodgy 
- The Pivot chart is compressed in width
- If you flick back and forwards between the tabs, then most of the problems go away, but the column width with regard to the totals column width is odd

Sample is attached.

Again hugely frustrating issues with Pivot tables in this volume.

Thank you



Attachment: SyncfusionTroubleshoot_8080b8ac.zip

7 Replies 1 reply marked as answer

ME Mouli Eswararao Syncfusion Team January 22, 2021 03:24 PM UTC

Hi Ditchord, 
 
We are validating the reported issue at our end we will update you more details on 27th January 2021.  
 
Regards,
Mouli.
 



SS Saranya Sivan Syncfusion Team January 27, 2021 05:25 PM UTC

Hi Richard Grieveson, 
  
We considered “Getting alignment issue while rendering the component inside tab” as a bug and logged a defect report in our data base. and it will be available in Volume 1, 2021 release which would be estimated to be rolled out in the end of March, 2021. 
  
You can track the task in the following link. 
  
  
We appreciate your patience until then. 
  
Regards, 
Saranya Sivan. 
 



SS Saranya Sivan Syncfusion Team March 31, 2021 01:52 PM UTC

Hi Richard, 
Due to complexity the fix for the reported issue couldn't be included in Vol 1 release. But it will be included in any of the weekly patch release on or before the end of April. 
We appreciate your patience until then. 
Regards, 
Saranya. 




ME Mouli Eswararao Syncfusion Team April 14, 2021 01:27 PM UTC

Hi Richard, 

We have fixed the reported issue “Getting alignment issue while rendering the component inside tab” and the fix is included in our latest NuGet version 19.1.0.56 which is available in nuget.org. Meanwhile we have prepared a sample for your reference which is available in below link. 

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/PivotTableTab-301972414

Please let us know if you have any further queries we are happy to assist you.

Regards,
Mouli
 


Marked as answer

DI Ditchford April 15, 2021 03:08 PM UTC

Hello

Can you confirm that this hasn't fixed the chart width issue and that this issue is still oustanding.  I am still getting the width issue.

Thanks


SS Saranya Sivan Syncfusion Team April 16, 2021 12:28 PM UTC

Hi Richard, 
 
We have fixed the issue reported in pivot table alone. And its appropriate feedback task is, 
 
And the fix for the pivot chart (reported in the forum 163479) will be available on Vol 1 SP1 release which is estimated to be rolled out in the mid of May, 2021. You can track the task in the following link, 
 
We appreciate your patience until then. 
 
Regards,
Saranya Sivan.
 
 



ME Mouli Eswararao Syncfusion Team May 14, 2021 02:07 PM UTC

Hi Richard, 

We have fixed the reported issue “Alignment issue in pivot chart when it is inside a tab” and the fix is included in our latest NuGet version 19.1.0.63 which is available in nuget.org. Meanwhile we have prepared a sample for your reference which is available in below link.  
 
To overcome the above issue we have introduced a public method “LayoutRefresh()” to refresh the pivot component manually at sample level. Please find the sample code below for reference. 

public async Task CallStateHasChanged() 
                if (Pivot != null) 
                { 
                                await Pivot.LayoutRefresh();  //  Method used to refresh the component UI. 
                } 
 

Please let us know if you have any further queries, we are happy to assist you.

Regards,
Sastha Prathap S. 


Loader.
Up arrow icon