Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
here is my code:

ASP.NET
        <telerik:RadDataPager CssClass="rdpWrap"  runat="server" 
                ID="Pager" PagedControlID="rptq" AllowSEOPaging="True"
    AllowRouting="True" RouteName="q" PageSize="15" 
        RoutePageIndexParameterName="pager" Width="330px" 
               öntotalrowcountrequest="Pager_TotalRowCountRequest" Culture="fa-IR" Skin="Outlook">
    <Fields>
        <telerik:RadDataPagerButtonField FieldType="Numeric" PageButtonCount="15" 
            HorizontalPosition="RightFloat" />
    </Fields>
</telerik:RadDataPager>
    
    <br/>
    <br/>
    <cc1:DataPagerRepeater ID="rptq" DataSourceID="dsq"  runat="server">
        <ItemTemplate>
            <blockquote><%#Eval("content")%></blockquote>
            <a href="/jomalat/<%#Eval("F_name") %>-<%#Eval("L_name")%>/<%#Eval("author_id")%>"><%#Eval("F_name")%> <%#Eval("L_name")%></a>
            <asp:Button runat="server"/>
            <br/>
            <br/>
        </ItemTemplate>
    </cc1:DataPagerRepeater>
    <telerik:RadDataPager CssClass="rdpWrap"  runat="server" 
                ID="RadDataPager1" PagedControlID="rptq" AllowSEOPaging="True"
    AllowRouting="True" RouteName="q" PageSize="15" 
        RoutePageIndexParameterName="pager" Width="330px" 
               öntotalrowcountrequest="Pager_TotalRowCountRequest" Culture="fa-IR" Skin="Outlook">
    <Fields>
        <telerik:RadDataPagerButtonField FieldType="Numeric" PageButtonCount="15" 
            HorizontalPosition="RightFloat" />
    </Fields>
</telerik:RadDataPager>


And my problem is the first pager is work fine!
and the second is but when I click on for example on page 4 the first pager show page 4 but the second still on page 1!
I don't know where is the problem!
Posted
Comments
[no name] 27-Jul-12 9:04am    
Questions on Telerik controls would best be asnswered by them. That is what their customer support people are paid to do.

1 solution

For questions on them, try here: Telerik Forum[^]

Also look at these:
Telerik - Documentation[^]
Telerik - Online Demos[^]
 
Share this answer
 
Comments
taha bahraminezhad Jooneghani 31-Jul-12 6:30am    
I just put the first datapager in the header template!
and it solved!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900