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

[Solved] ToolTip for paging next and previous buttons in MVC grid

0 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Yogesh
Top achievements
Rank 1
Yogesh asked on 24 Apr 2012, 09:06 AM
Hi,

I am using Telerik MVC Grid. I want to show tool tips for navigation buttons ie Next and Previous.
I used follwoing code for Paging -

.Pageable(paging => paging.PageSize(

Convert.ToInt32(Session["PageSize"].ToString()))

 

.Style(GridPagerStyles.NextPrevious)  

.Position(GridPagerPosition.Bottom).PageTo((ViewData["PageIndex"] != null) ? (int)ViewData["PageIndex"] : 1))

 

Can anybody please tell, how to set tooltip for Next and Previous buttons of paging on MVC grid ?

Tags
Grid
Asked by
Yogesh
Top achievements
Rank 1
Share this question
or