or
<telerik:RadPivotGrid ID="rpgDashboard" Width="100%" Height="480px" runat="server" AllowPaging="True" EnableZoneContextMenu="True" AllowFiltering="True" EnableConfigurationPanel="True" OnNeedDataSource="rpgDashboard_NeedDataSource" OnCellDataBound="rpgDashboard_CellDataBound" OnPivotGridCellExporting="rpgDashboard_PivotGridCellExporting" OnPivotGridCreated="OnResponseEnd" ConfigurationPanel-DeferLayoutUpdateCheckBox-CssClass="PivotGridCheckBox" OnPreRender="rpgDashboard_PreRender" AllowSorting="False" EnableEmbeddedSkins="True" OnPivotGridBiffExporting="rpgDashboard_PivotGridBiffExporting" > <PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="true" > </PagerStyle> <ClientSettings EnableFieldsDragDrop="True"> <ClientEvents OnPivotGridCreated="hideElements"></ClientEvents> <Scrolling AllowVerticalScroll="True"></Scrolling> </ClientSettings> <ConfigurationPanelSettings Position="Left" LayoutType="Stacked" DefaultDeferedLayoutUpdate="True" EnableDragDrop="False" nableFieldsContextMenu="True" EnableOlapTreeViewLoadOnDemand="False"> </ConfigurationPanelSettings> </telerik:RadPivotGrid>


