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>
