Pivot table aggregate drop-down list opens off the page
Hello

I have a pivot table with a separate field list. The field list is placed in a bootstrap arrangement to the left of the page. If I click on the aggregate drop down then the list of aggregate options falls off the page and are un-selectable. Is it possible to control where this list pops up or at very list set the overflow settings so that the user can access the entire list?
Thank you
SIGN IN To post a reply.
7 Replies
1 reply marked as answer
SS
Saranya Sivan
Syncfusion Team
March 10, 2021 06:49 PM UTC
Hi Richard,
We considered “Aggregation menu remains fixed in browser” as a bug and logged a defect report in our data base. And it will be available in weekly patch release which is estimated to be rolled in the end of April, 2021.
You can track the task in the following link.
We appreciate your patience until then.
Regards,
Saranya Sivan.
DI
Ditchford
March 14, 2021 02:04 AM UTC
Hello
Is there a styling work around for this until the fix?
If not I could:
Move the field list from the right hand side to the left hand side and shrink the height of the field list so that there is room for the dropdown to open. I cannot figure how to control the height of the field list.
Thank you
SS
Saranya Sivan
Syncfusion Team
March 15, 2021 05:41 PM UTC
Hi Richard,
We are checking on the reported requirement. We will update further details within two business days(17th March, 2021)
SS
Saranya Sivan
Syncfusion Team
March 17, 2021 04:26 PM UTC
Hi Richard,
Based on your requirement we have prepared a sample to modify the width of the field list to fix the reported issue in sample level. Please find the sample below,
Code Snippet:
|
<style>
.e-pivotfieldlist .e-static {
width: 80% !important;
}
</style> |
Please let us know if you have concerns.
Regards,
Saranya S.
Marked as answer
DI
Ditchford
March 18, 2021 03:22 AM UTC
Thanks!
DI
Ditchford
March 19, 2021 02:19 AM UTC
Hello
Attachment: BlazorExample_7e9ecea4.zip
Thanks for sending that sample with css demonstrating how to change the location of the context menu. The problem with your example is that the css gets applied to all context menus. I have adapted your sample and attached to show the problem. If you select the Chart View icon on the toolbar you will see that the chart type menu pops up out of position. Is there a way to change the css so that just the aggregate drop down is affected....I could not figure it out.
Thanks
Attachment: BlazorExample_7e9ecea4.zip
SS
Saranya Sivan
Syncfusion Team
March 19, 2021 02:13 PM UTC
Hi Richard,
We have checked all the possibilities to provide the work around for the reported issue in sample level. But unable to get the appropriate solution.
So, kindly wait until the source level fix is provided. We will try to provide this before the mentioned timeline.
Regards,
Saranya Sivan.
SIGN IN To post a reply.
- 7 Replies
- 2 Participants
- Marked answer
-
DI Ditchford
- Mar 9, 2021 11:10 AM UTC
- Mar 19, 2021 02:13 PM UTC