Hi,
I am using Telerik.Web.Design.dll - ( Version number - 2010.1.309.40 ). and in my page I am havinf hierarchy grid. On Expand Page Footer I am in (Page Number) is getting added at the top on all the grids.
What is the problem with the hierarchy grid? How to fix the above issue? I have also attached my screen shot after clicking on expand button.
I am using Telerik.Web.Design.dll - ( Version number - 2010.1.309.40 ). and in my page I am havinf hierarchy grid. On Expand Page Footer I am in (Page Number) is getting added at the top on all the grids.
What is the problem with the hierarchy grid? How to fix the above issue? I have also attached my screen shot after clicking on expand button.
4 Answers, 1 is accepted
0
Hi Medac,
Our developers already fixed the problem you are facing with RadGrid pager in 2010.1.309 version of RadControls for ASP.NET AJAX. You can check the latest internal build for a fix.
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.
Our developers already fixed the problem you are facing with RadGrid pager in 2010.1.309 version of RadControls for ASP.NET AJAX. You can check the latest internal build for a fix.
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.
0
Medac
Top achievements
Rank 1
answered on 12 Apr 2010, 01:42 PM
Hi,
In the link which you have provided to check the internal build there are three zip files. In all of which Bin and Bin35 folder exists. No Bin40 folder present. According to my knowledge BIN refers or supports Framework 2.0, Bin35 refers to or supports Framework 3.5 and Bin 40 refers or supports Framework 4.0.
Currently I am upgrading my code from 2.0 to 4.0. I am getting following pager problem. Check image of my previous mail. Please specify me the Version number of dll which I need to use to fix the issue. [Hierarchy Grid issue].
In the link which you have provided to check the internal build there are three zip files. In all of which Bin and Bin35 folder exists. No Bin40 folder present. According to my knowledge BIN refers or supports Framework 2.0, Bin35 refers to or supports Framework 3.5 and Bin 40 refers or supports Framework 4.0.
Currently I am upgrading my code from 2.0 to 4.0. I am getting following pager problem. Check image of my previous mail. Please specify me the Version number of dll which I need to use to fix the issue. [Hierarchy Grid issue].
0
Medac
Top achievements
Rank 1
answered on 13 Apr 2010, 05:21 AM
Hi,
Anybody please help me.
Anybody please help me.
0
Hi Medac,
Internal build 2010.1.316.40 includes the fix. Could you please ensure you are setting the AlwaysVisible property for the MasterTableView like this:
Sincerely yours,
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.
Internal build 2010.1.316.40 includes the fix. Could you please ensure you are setting the AlwaysVisible property for the MasterTableView like this:
<
MasterTableView
>
<
PagerStyle
Position
=
"Bottom"
AlwaysVisible
=
"true"
/>
</
MasterTableView
>
Sincerely yours,
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.