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

on hover of page number/group show next row column value

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 29 Oct 2010, 01:53 PM
On my radgrid (2009q3), I have paging turned on.

I have a requirement that states when the users hovers mouse pointer over the page number, that it should display a tooltip showing the contents of the sorted column on that page.  When it is a group of pages (11-20), it should display the contents of the sorted column on the first page of the group.

With this functionality, they can navigate to the desired page with less clicking and paging.

I do not find such a feature in the radgrid, can someone suggest a way to accomplish this?

TIA.

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 04 Nov 2010, 01:07 PM
Hi Greg,

Such functionality is not provided out-of-the-box with RadGrid. You can implement it with RadToolTipManager, though. RadToolTipManager provides a convenient  server callback mechanism that you can use to load custom content in your tooltip container. Thus you can load data on hovering any grid page button.

Veli
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
Tags
Grid
Asked by
Greg
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or