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

[Solved] Page Parameters in RadGrid

2 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karthik Kantharaj
Top achievements
Rank 1
Karthik Kantharaj asked on 13 Feb 2013, 11:27 AM
Hi Guys

In the below url there are two grids with |< < 1 2 3 > >|
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/paging/defaultcs.aspx

If i mouse over all page numbers i can see some javascript with div id  but when i mouse over right arrow or left arrow nothing is coming up
can i add some parameters to it so that in page load i can load particular i need

Karthik.K

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 18 Feb 2013, 11:51 AM
Hi Karthik,

I am afraid it is difficult to figure out your exact requirement. You can set the tooltip to be displayed upon hovering over the paging buttons as follows:
Copy Code
<PagerStyle FirstPageToolTip="" .../>

In case you want to handle only  a portion of your data items, you can check out this demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/custompaging/defaultcs.aspx

To load and display records with a condition, please refer to the following example:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/alphabeticpaging/defaultcs.aspx

I hope this helps.

Kind regards,
Eyup
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
Karthik Kantharaj
Top achievements
Rank 1
answered on 19 Feb 2013, 04:08 AM
Hi Eyup
Thank you,
i did by pager-template and that helped me

Karthik.K

Tags
Grid
Asked by
Karthik Kantharaj
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Karthik Kantharaj
Top achievements
Rank 1
Share this question
or