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
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"