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

Paging stopped working in Q2 2009 release

5 Answers 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shraddha
Top achievements
Rank 1
Shraddha asked on 20 Oct 2009, 05:52 PM
After upgrading to Q2 2009 realease, my grid doesnt page any more - Everytime, it jumps back to page 1. Also my css changes for the combo boxes are gone.

5 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 20 Oct 2009, 10:06 PM
What version were you previously using? Also, how have you declared your Grid?
0
Shraddha
Top achievements
Rank 1
answered on 21 Oct 2009, 09:10 PM
Previous version Q1 2009.

 <telerik:RadGrid ID="RadGrid1" Skin="Office2007" runat="server" AllowSorting="True"
                            AllowPaging="True" AutoGenerateColumns="False" ShowStatusBar="False" GridLines="None"
                            PageSize="2" Width="632px">
                            <HeaderContextMenu Skin="WebBlue" EnableTheming="True">
                                <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
                            </HeaderContextMenu>
                            <PagerStyle Mode="Slider" Font-Size="Large" Font-Bold="true" Position="Top"
                                VerticalAlign="Middle" HorizontalAlign="Center" ShowPagerText="true" />
                            <MasterTableView CommandItemDisplay="None" DataKeyNames="ProjectThumbnailID" AutoGenerateColumns="False"
                                Width="606px".....

0
Pavlina
Telerik team
answered on 22 Oct 2009, 02:21 PM
Hello Shraddha ,

I followed your scenario in order to replicate the issue but to no avail. Please find attached a simple working project which handles the desired functionality. Give it a try and let me know if you have other questions or problems.

Regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Shraddha
Top achievements
Rank 1
answered on 16 Nov 2009, 11:23 PM
Paging mode ="sLider" doesnt work - Any other paging mode works.

Here is my codE:

 

<telerik:RadAjaxPanel ID="crtlCategoriesAjaxPnl" runat="server" HorizontalAlign="NotSet"

 

 

LoadingPanelID="ctrlUpdPnlLoading2">

 

<

 

telerik:RadGrid ID="RadGrid1" Skin="Office2007" runat="server" AllowSorting="True"

 

 

AllowPaging="True" AutoGenerateColumns="False" ShowStatusBar="False" GridLines="None"

 

 

PageSize="2" Width="632px">

 

 

 <HeaderContextMenu Skin="WebBlue" EnableTheming="True">

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

</HeaderContextMenu>

 

 

 

<PagerStyle Font-Size="Large" Font-Bold="true" Position="Top" Mode="Slider"

 

 

VerticalAlign="Middle" HorizontalAlign="Center" ShowPagerText="true" EnableSEOPaging="false" />

 

 

<MasterTableView CommandItemDisplay="None" DataKeyNames="ProjectThumbnailID" AutoGenerateColumns="False"

 

 

Width="606px" >

 

 

 <RowIndicatorColumn>

 

<HeaderStyle Width="20px"></HeaderStyle>

</RowIndicatorColumn>

<ExpandCollapseColumn>

<HeaderStyle Width="20px"></HeaderStyle>

</ExpandCollapseColumn>

 

 

 

<Columns>

 

 

<telerik:GridBoundColumn DataField="TemplateID" HeaderText="ID" ReadOnly="True" UniqueName="ProjectThumbnailID"

 

 

Visible="false">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">

 

 

<ItemTemplate>

 

 

<asp:Image runat="server" ID="imgTemplate0" ImageUrl='<%# Eval("ImageSrc0") %>' CssClass="pointer" />

 

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">

 

 

<ItemTemplate>

 

 

<asp:Image runat="server" ID="imgTemplate1" ImageUrl='<%# Eval("ImageSrc1") %>' CssClass="pointer" />

 

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">

 

 

<ItemTemplate>

 

 

<asp:Image runat="server" ID="imgTemplate2" ImageUrl='<%# Eval("ImageSrc2") %>' CssClass="pointer" />

 

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">

 

 

<ItemTemplate>

 

 

<asp:Image runat="server" ID="imgTemplate3" ImageUrl='<%# Eval("ImageSrc3") %>' CssClass="pointer" />

 

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

</Columns>

 

 

</MasterTableView>

 

 

<FilterMenu Skin="WebBlue" EnableTheming="True">

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

</FilterMenu>

 

 

 

</telerik:RadGrid>

 

0
Pavlina
Telerik team
answered on 18 Nov 2009, 11:17 AM
Hi Shraddha ,

Please find attached a modified project which is working as expected and let me know if I am leaving something out.

Additionally, if your problem persist, I will ask you to open a formal support ticket and send us a runnable project, demonstrating the case, for further review.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Shraddha
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Shraddha
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or