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

Slider issue

3 Answers 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
nallamani
Top achievements
Rank 1
nallamani asked on 06 Oct 2008, 11:46 AM
I am having the slider issue in Rad grid Control.
I am able to view my first page without any issues but when I try to go the second page.It says there is no records to display .Even though there are record available in backend.
Can Some one help me...

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 06 Oct 2008, 12:10 PM
Hello Nallamani,

Please show us your RadGrid declaration.

In the meantime you can examine the following link:
Slider/Advanced-style pager demo

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
nallamani
Top achievements
Rank 1
answered on 07 Oct 2008, 12:59 PM
Hi Daniel,
       I am applying my own style sheet in the grid  as Follows.
My Grid Decalaration :

 <telerik:RadGrid  id="RadGridPages" CssClass="RadGrid" EnableTheming="False" EnableEmbeddedBaseStylesheet="False" AllowSorting="True" AllowMultiRowSelection="true"
                       Skin="" runat="server" Width="100%" AllowPaging="True" AutoGenerateColumns="False" PageSize="5"  >


and the Slider Decalaration:

 <PagerStyle Mode="Slider" alwaysvisible="True"  CssClass="RadGridPager" Visible="true" EnableSEOPaging="True"  ></PagerStyle>

Please Help me with this...

If you want  I can post both the server and client side coding...


0
Daniel
Telerik team
answered on 09 Oct 2008, 11:32 AM
Hello Nallamani,

Unfortunately I am unable to reproduce this behavior. Please check the attached sample project.

Let me whether it works.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
nallamani
Top achievements
Rank 1
Answers by
Daniel
Telerik team
nallamani
Top achievements
Rank 1
Share this question
or