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

Telerik RAD Grid Page Size combo box disabled

4 Answers 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nikhil Vaghela
Top achievements
Rank 1
Nikhil Vaghela asked on 17 Jan 2013, 11:36 AM
I am using RadGrid.Net2 dll having 5.1.6.0 version

strangely on staging and local environment i have my Page Size combo box enabled showing default 10,15,20 and 50 as value in it.

But on Production this combobox is readonly and disabled. why so ? there is not code i have writtent to disabled it.

following is my control declaration
<rad:RadGrid ID="rgUserList" runat="server" Width="100%" AutoGenerateColumns="false"
AllowPaging="true" PageSize="10" PagerStyle-Mode="NextPrevAndNumeric" EnableTheming="true"
GridLines="Vertical" OnItemDataBound="rgUserList_ItemDataBound" AllowSorting="true"
AllowFilteringByColumn="false" OnNeedDataSource="rgUserList_NeedDataSource"

4 Answers, 1 is accepted

Sort by
0
Nikhil Vaghela
Top achievements
Rank 1
answered on 21 Jan 2013, 07:23 AM
Anyone from telerik support team please ?
0
Maria Ilieva
Telerik team
answered on 22 Jan 2013, 11:46 AM
Hi Nikhil,

Please note that the old Classic RadControls for ASP .Net are no longer supported and fixes for any issues in this suite are no longer developed. I would suggest you to upgrade to the latest release of RadControls for ASP .Net AJAX and verify if the same issue appears.

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Nikhil Vaghela
Top achievements
Rank 1
answered on 22 Jan 2013, 01:06 PM
well i just checked we are using this Telerik.Web.UI dll as well so thats the one which is being used

<%@ Register Assembly="Telerik.Web.UI, Version=2011.1.519.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
    Namespace="Telerik.Web.UI" TagPrefix="rad" %>

can you suggest now please ?
0
Maria Ilieva
Telerik team
answered on 25 Jan 2013, 02:19 PM
Hi,

Could you please share the whole page markup as well as the related code behind? Thus we will be able to review them locally and advise you further.

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Nikhil Vaghela
Top achievements
Rank 1
Answers by
Nikhil Vaghela
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or