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

RadPivotGrid not displaying correctly in initial load

4 Answers 174 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Gang
Top achievements
Rank 1
Gang asked on 17 Dec 2015, 03:16 PM

the horizontal scrollbar doesn't show. rows and columns are not align. But the following loads (via ajax callback) display correctly.

 

<telerik:RadPivotGrid ID="PivotGrid1" runat="server" AllowPaging="true" ShowDataHeaderZone="false" ShowColumnHeaderZone="false" ShowRowHeaderZone="false"
ShowFilterHeaderZone="false" AllowFiltering="false" AllowSorting="false" Skin="Office2010Silver" PageSize="10">

<Fields>
...
</Fields>
<ColumnHeaderCellStyle Width="120px" />
<RowHeaderCellStyle Height="20px" Width="120px" />
<TotalsSettings GrandTotalsVisibility="None" />
</telerik:RadPivotGrid>

4 Answers, 1 is accepted

Sort by
0
Gang
Top achievements
Rank 1
answered on 17 Dec 2015, 03:22 PM

control version: 2015 Q2 (v.2015.2.826.45)

 The radpivotgrid is in a usercontrol, then loaded to a radpageview in a radtabstrip.

 

0
Eyup
Telerik team
answered on 22 Dec 2015, 11:17 AM
Hello Gang,

I am sending a sample RadPivotGrid web site sample, which you can on our side and modify it to reproduce the mentioned issue. Then, you can open a formal support ticket to send it to us as a zip archive.

Regards,
Eyup
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
Daniel
Top achievements
Rank 1
answered on 18 Jan 2016, 09:30 PM

I am getting similar results with an project with the latest build (Q1 2016).

 

I have a pivot grid that is bound to data source in markup that get its params from controls. most of the time  pivot grid loads with incorrect pager controls, as attached.   the columns are out of whack.  

0
Eyup
Telerik team
answered on 21 Jan 2016, 09:25 AM
Hello Daniel,

I suggest that you open a new formal support ticket and send us an isolated runnable version of your pivot grid for further investigation.

Regards,
Eyup
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
Tags
PivotGrid
Asked by
Gang
Top achievements
Rank 1
Answers by
Gang
Top achievements
Rank 1
Eyup
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or