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

[Solved] Pager control in the gridview

1 Answer 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chaitanya Phadke
Top achievements
Rank 1
Chaitanya Phadke asked on 12 Mar 2010, 01:52 PM
Hi,
I am having problem with viewing the pager control within the radgrid. The dropdownlist for the page size seems to be like a text box. Refer the attached screenshot for the same.

Also, given below are the code-snippets from our code:
<telerik:RadGrid ID="grdBookings" runat="server" AutoGenerateColumns="false" Skin="Office2007" 
 
                        OnNeedDataSource="grdBookings_NeedDataSource" OnItemDataBound="grdBookings_ItemDataBound" 
 
                        AllowSorting="true" Width="99%" AllowPaging="true" PagerStyle-Mode="NextPrevAndNumeric" 
 
                        EnableEmbeddedSkins="true"></telerik:RadGrid> 
 
  
-------------- 
  
 
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxyViewBooking" runat="server"
 
    <AjaxSettings> 
 
        <telerik:AjaxSetting AjaxControlID="ddlBookings"
 
            <UpdatedControls> 
 
                <telerik:AjaxUpdatedControl ControlID="grdBookings" LoadingPanelID="RadAjaxLoadingPanel2" /> 
 
                <telerik:AjaxUpdatedControl ControlID="ddlBookings" /> 
 
            </UpdatedControls> 
 
        </telerik:AjaxSetting> 
 
        <telerik:AjaxSetting AjaxControlID="grdBookings"
 
            <UpdatedControls> 
 
                <telerik:AjaxUpdatedControl ControlID="grdBookings" LoadingPanelID="RadAjaxLoadingPanel2" /> 
 
            </UpdatedControls> 
 
        </telerik:AjaxSetting> 
 
    </AjaxSettings> 
 
</telerik:RadAjaxManagerProxy> 
 
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel2" runat="server" Skin="Default"
 
</telerik:RadAjaxLoadingPanel> 
 

Please let us know what might be causing the problem.

Thanks in advance.


1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Mar 2010, 03:14 PM
Hello Chaitanya,

I followed your scenario and prepared a simple runnable project which is working properly. Please give it  a try and let me know if it works for you.

Additionally, verify that you are using the latest version 2010.1.309 of RadControls for ASP.NET AJAX in your project.

Greetings,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Chaitanya Phadke
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or