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

RadPivotGrid line heights not matching

2 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arron
Top achievements
Rank 1
Arron asked on 24 Nov 2015, 11:37 AM

See screenshot.  RadPivotGrid line heights not matching.  Any ideas?  Let me know if you have any other questions.   I appreciate the help!

<telerik:RadPivotGrid runat="server" ID="rpg_CreditHours" OnNeedDataSource="rpg_CreditHours_NeedDataSource" Width="100%"
    EnableZoneContextMenu="false"
    ShowFilterHeaderZone="false" 
    AllowSorting="true" AllowPaging ="false"                                        
    ClientSettings-EnableFieldsDragDrop="false"
    ConfigurationPanelSettings-EnableDragDrop="false"   >
    <FieldsPopupSettings RowFieldsMinCount="2" />
    <Fields>
        <telerik:PivotGridColumnField DataField="CreditType" Caption="CreditType" UniqueName="CreditType" DataFormatString="{0}" />
        <telerik:PivotGridAggregateField DataField="CreditHours" Caption="CreditHours" UniqueName="CreditHours" Aggregate="Sum" DataFormatString="{0:F2}" />
        <telerik:PivotGridRowField DataField="EmployeeName" Caption="EmployeeName" UniqueName="EmployeeName"  />
        <telerik:PivotGridRowField DataField="EducationName" Caption="EducationName" UniqueName="EducationName" />
    </Fields>
    <ClientSettings EnableFieldsDragDrop="false" />
</telerik:RadPivotGrid>

 

2 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 25 Nov 2015, 09:50 AM
Hi Arron,

The behavior that you are observing is not expected and the RadPivotGrid should perform its calculations when it loads the control on the client-side and unify the width of the cells. It seems that for some reason, having a cell with multiple lines is breaking the alignment, which indicates that the client-side logic for unifying the height of the cells is not executed correct.

Could you please upgrade to our latest version and see if the issue will persist (if you are not already using it)? You could also inspect your browser's console for any JavaScript errors that could break the functionality of the controls.


Best Regards,
Konstantin Dikov
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
Arron
Top achievements
Rank 1
answered on 25 Nov 2015, 07:13 PM
Thanks!  We were at 2014Q3 and upgrading to 2105Q3 fixed the issue!
Tags
Grid
Asked by
Arron
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Arron
Top achievements
Rank 1
Share this question
or