Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4110
Pager Alignment Issues
posted

I must be blind, but I cannot figure out where to set the pager alignment. I'm not finding any properties for it. My WebDataGrid (below) has the pager aligned right and I want it to be aligned left or center. Can anyone point me in the right direction? Thanks.

<ig:WebDataGrid ID="igActions" runat="server" StyleSetName="Office2007Blue" StyleSetPath="~/ig_res/"
AjaxIndicator-Enabled="True" AjaxIndicator-ImageUrl="~/images/loading1.gif" >
<Behaviors>
<ig:Activation>
</ig:Activation>
<ig:Selection CellClickAction="Row"  RowSelectType="Single">
</ig:Selection>
<ig:RowSelectors>
</ig:RowSelectors>
<ig:Paging PagerAppearance="Both" PageSize="25" Enabled="true" QuickPages="3" PagerMode="NumericFirstLast" ></ig:Paging>
<ig:EditingCore>
<Behaviors>
<ig:RowAdding Enabled="true"  >
<EditModeActions MouseClick="Single" EnableOnKeyPress="true" />                              
</ig:RowAdding>
<ig:RowDeleting />
<ig:RowEditingTemplate CancelButton="buttonCancel0" OKButton="buttonOK0" >
<Template>
</Template>
</ig:RowEditingTemplate>                       
</Behaviors>
</ig:EditingCore>
<ig:Sorting>
</ig:Sorting>
</Behaviors>    
</ig:WebDataGrid>