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

Alphabetic pager: how to make the grid to have the letters on top of the grid

3 Answers 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hari
Top achievements
Rank 1
Hari asked on 24 Oct 2008, 01:38 AM
Hi,
I am using alphabetic pager in a project. I want the letters to be on top of the grid instead in bottom of the grid. Is there any way to set a property in a grid. Any help is appreciated.

Thanks in advance,
Hari

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Oct 2008, 03:33 AM
Hello Hari,

Youn can set the position attribute for PagerStyle as 'Top' as shown below.
aspx:
<telerik:RadGrid ID="RadGrid1" AllowPaging="True" PageSize="3"  DataSourceID="SqlDataSource1" runat="server" AutoGenerateColumns="False">         
  <MasterTableView DataSourceID="SqlDataSource1" >  
      <PagerStyle Position="Top" />   
          .... 

Thanks
Princy.
0
Hari
Top achievements
Rank 1
answered on 24 Oct 2008, 03:48 AM
Thanks Princy for the instant reply. It helped me!!
0
Shinu
Top achievements
Rank 2
answered on 24 Oct 2008, 03:59 AM
Hi Hari,

You can also refer the following help article to get more details about Grid PagerItem.
Pager item

Thanks
Shinu.
Tags
Grid
Asked by
Hari
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Hari
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or