or


<telerik:RadButton ID="RadButton2" runat="server" Width="32px" Height="32px" ToolTip="Home" style="cursor: pointer;" OnClientClicking="OnClientClicking" Text="" Enabled="true"> <Image ImageUrl="Images/Home-icon.png"/></telerik:RadButton><telerik:RadPivotGrid ID="JiraPivotGrid" runat="server" Width="100%" Height="100%" AllowPaging="true" AllowSorting="true" EnableConfigurationPanel="True" EnableZoneContextMenu="True" OnPivotGridCellExporting="JiraPivotGrid_PivotGridCellExporting" OnCellDataBound="JiraPivotGrid_CellDataBound" OnNeedDataSource="JiraPivotGrid_NeedDataSource" OnFieldCreated="JiraPivotGrid_FieldCreated" > <PagerStyle AlwaysVisible="true" Position="Bottom" Mode="NextPrevAndNumeric" /> <ClientSettings EnableFieldsDragDrop="true"> <Scrolling AllowVerticalScroll="true"></Scrolling> </ClientSettings> <RowHeaderCellStyle BackColor="GradientInactiveCaption"></RowHeaderCellStyle> <ColumnHeaderCellStyle BackColor="GradientInactiveCaption"></ColumnHeaderCellStyle> <ExportSettings IgnorePaging="true" OpenInNewWindow="true" FileName="JiraReport" /> <Fields> <telerik:PivotGridRowField DataField="Area" UniqueName="Area" Caption="Area" /> <telerik:PivotGridRowField DataField="Responsable" UniqueName="Reponsable" Caption="Responsable" /> <telerik:PivotGridColumnField DataField="Mes_cierre" UniqueName="Mes_cierre" Caption="Mes cierre" /> <telerik:PivotGridAggregateField DataField="Horas_Totales" UniqueName="Horas_incurridas" Caption="Horas incurridas" /> <telerik:PivotGridAggregateField DataField="Horas_certificadas" UniqueName="Horas_certificadas" Caption="Horas certificadas" /> <telerik:PivotGridReportFilterField DataField="Anyo_cierre" UniqueName="Anyo_cierre" Caption="Anyo_cierre" /> </Fields></telerik:RadPivotGrid>