This is a migrated thread and some comments may be shown as answers.

Filter Window Values Cutoff

6 Answers 99 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
jhudson
Top achievements
Rank 2
jhudson asked on 29 May 2015, 08:10 PM

There seems to be some format issues with the base Filter Window. It either does not show the save buttons without scrolling, and applying filters where the side menu pops out almost always requires scrolling. 

I can set a height or min height and that seems to help with seeing the buttons, but the slide out filter menu even with a min width or width sometimes requires scrolling. And sometimes (but not always) the filter box "blue area" in the screenshot widens to take up the entire window area.

6 Answers, 1 is accepted

Sort by
0
jhudson
Top achievements
Rank 2
answered on 29 May 2015, 08:12 PM

I'm sure you will ask so here is the code.

 

<telerik:RadPivotGrid ID="reportPivotGrid" runat="server" OnNeedDataSource="reportPivotGrid_OnNeedDataSource" AllowSorting="True" Overlay="True"
         EnableToolTips="True" Skin="Windows7" ColumnHeaderZoneText="" DataHeaderZoneText="" ShowFilterHeaderZone="False" FilterWindow-Width="600"  FilterWindow-Height="550"
          UseQueryableDataProvider="True">
         <ClientSettings EnableFieldsDragDrop="false" Scrolling-SaveScrollPosition="True" />
           
         <PagerStyle ChangePageSizeButtonToolTip="Change Page Size" PageSizeControlType="RadComboBox"></PagerStyle>
             <RowHeaderCellStyle Width="200px" />
 
         <Fields>
             <telerik:PivotGridRowField DataField="Rep" ZoneIndex="1" Caption="Rep" SortOrder="Ascending">
             </telerik:PivotGridRowField>
             <telerik:PivotGridColumnField DataField="Year" SortOrder="Descending" Caption="Year">
             </telerik:PivotGridColumnField>
             <telerik:PivotGridColumnField DataField="Month" Caption="Month" SortOrder="Descending" >
             </telerik:PivotGridColumnField>
             <telerik:PivotGridAggregateField DataField="Sale" Aggregate="Sum" DataFormatString="{0:C}" Caption="Sales">
                 <TotalFormat Level="0" Axis="Rows" TotalFunction="NoCalculation" SortOrder="Ascending"></TotalFormat>
             </telerik:PivotGridAggregateField>
         </Fields>
 
 
     </telerik:RadPivotGrid>

0
Maria Ilieva
Telerik team
answered on 03 Jun 2015, 12:17 PM
Hello Joshua,

I tried to replicate the described issue in a test application using your PivotGrid settings but to no avail. Find attached my test page and see what the difference in your case is.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
jhudson
Top achievements
Rank 2
answered on 03 Jun 2015, 01:20 PM

Really? Because even your demo applications have the same issue.

http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/firstlook/defaultcs.aspx

 Click on the filter icon for Product name, you will find that the save and cancel buttons are off screen. And if you hover over Label Filters or Value Filters the window is not wide enough to fit the popout menus that show. 

 The other issue, is less consistent. I've seen it mostly when the window is towards the bottom of the screen, but in truth I'd be happy for a fix to the first one.

0
Maria Ilieva
Telerik team
answered on 08 Jun 2015, 10:20 AM
Hello,

You can increase the Filter Window width and height using the approach below:
<style type="text/css">
       .PivotGridWindow {
           width: 700px !important;
           height: 700px !important;
       }
   </style>
 Give this a try and see if this works for you.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Fernando
Top achievements
Rank 2
answered on 21 May 2020, 02:50 PM
And almost five years later, the problem persists. I don't like these solutions that overlap Telerik's CSS. I have had several bad experiences using this type of solution, which here in Brazil has a very pejorative nickname; we call this "gambiarra".
0
Rumen
Telerik team
answered on 26 May 2020, 01:02 PM

Hi Fernando,

You are absolutely right and I fully agree with you that this styling defect should be fixed.

I logged the issue here and escalated the problem to our management so that it can be resolved in some of the upcoming releases. I also updated the Telerik points of You and Joshua who initially reported it.

Regards,
Rumen
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
PivotGrid
Asked by
jhudson
Top achievements
Rank 2
Answers by
jhudson
Top achievements
Rank 2
Maria Ilieva
Telerik team
Fernando
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or