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:
Please let us know what might be causing the problem.
Thanks in advance.
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.