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

Horizontal Scroll doesn't show up in the RadPivotGrid

6 Answers 125 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Azadeh
Top achievements
Rank 1
Azadeh asked on 23 Dec 2013, 02:32 PM
  I have a RadPivotGrid inside a popup RadWindow. The problem s the horizontal scroll doesn't show up in the grid. Here is my code :
 
<telerik:RadWindow ID="modalPopup"runat="server"Modal="true"VisibleOnPageLoad="false"EnableViewState="false"Width="1105px"Height="600px">
      <ContentTemplate>
          <div id="FullScreenGridLayer"style="float: none; clear: both;">
            
        <telerik:RadPivotGrid ID="RadPivotFullScreenGrid"
            runat="server"AllowPaging="true"Skin="Windows7"
            AggregatesPosition="Columns"  OnPreRender="PivotFullScreenGrid_PreRender>
            <PagerStyleChangePageSizeButtonToolTip="Change Page Size"  PageSizeControlType="RadComboBox">
            </PagerStyle>
            <Fields>
                <telerik:PivotGridColumnFieldDataField="SaleDate"GroupInterval="Year"IsHidden="false"
                    UniqueName="DateByYear"Caption="Year"ShowGroupsWhenNoData="true">
                </telerik:PivotGridColumnField>
                <telerik:PivotGridColumnFieldDataField="SaleDate"GroupInterval="Month"ShowGroupsWhenNoData="true"
                    UniqueName="DateByMonth"Caption="Month">
                </telerik:PivotGridColumnField>
                <telerik:PivotGridRowFieldDataField="PCName"Caption="PC Center"UniqueName="PCName">
                </telerik:PivotGridRowField>
                <telerik:PivotGridRowFieldDataField="ManagerName"Caption="A/C Manager"UniqueName="ManagerName">
                </telerik:PivotGridRowField>
                <telerik:PivotGridRowFieldDataField="RepName"Caption="Agent"UniqueName="RepName"CellStyle-BorderStyle="Dashed">
                </telerik:PivotGridRowField>
                <telerik:PivotGridAggregateFieldDataField="Units"GrandTotalAggregateFormatString=""
                    UniqueName="Units"CellStyle-BorderStyle="Dashed">
                </telerik:PivotGridAggregateField>
            </Fields>
        </telerik:RadPivotGrid>
 
            </div>
      </ContentTemplate>
</telerik:RadWindow>

Please let me know if sth is wrong here. 

Thanks

6 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 25 Dec 2013, 04:29 PM
Hello Azadeh,

I have created a sample RadPivotGrid web site to test the described behavior. On my side the horizontal scroll works as expected. Can you please run the attached application and instruct me the exact steps I need to follow to reproduce the issue?

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Azadeh
Top achievements
Rank 1
answered on 02 Jan 2014, 02:54 PM
Hi Eyup, 

   Happy new year and sorry to get you back so late, I was on vacation. Btw, I run your attached application, you have a horizontal scroll for the radwindow but not for the grid. In you app, you define a static "width" for the grid to get the scroll for the radwindow.
I attached the screenshot of what I need to have, please take a look.

Thanks,
Azadeh
0
Pavlina
Telerik team
answered on 08 Jan 2014, 09:32 AM
Hello Azadeh,

Happy new year to you as well. Indeed you are right and the horizontal scroll in the PivotGrid does not appear when the control is placed in RadWindow. We already logged this issue and it will be fixed as soon as possible. For reporting this problem we also updated your Telerik points.

Regards,
Pavlina
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Zohaib
Top achievements
Rank 1
answered on 10 Mar 2014, 10:25 AM
is this issue is resolved or yet to be resolved ??
0
Zohaib
Top achievements
Rank 1
answered on 10 Mar 2014, 10:28 AM
horrizontal scroll for radpivotgrid is also not working when radpivotgrid is placed in RadPageView.

Please reply, as early as you can
0
Pavlina
Telerik team
answered on 12 Mar 2014, 07:12 PM
Hi Zohaib,

Indeed you are right that the horizontal scroll is not working when the PivotGrid is placed in a container. However, this bug is already logged and our developers will fix it as soon as possible. Please excuse us for the inconvenience caused.

Regards,
Pavlina
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
PivotGrid
Asked by
Azadeh
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Azadeh
Top achievements
Rank 1
Pavlina
Telerik team
Zohaib
Top achievements
Rank 1
Share this question
or