How to manipulate GridView paging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RobertTheProgrammer
    New Member
    • Aug 2007
    • 58

    How to manipulate GridView paging

    Hi all,

    For the life of me, I can't find anything meaningful on this from my current resources, so I'm hoping someone here can help out...

    I have a GridView and I have the AllowPaging flag set to TRUE. Functionally, it works great and displays the pages as expected. What I would like to do is manipulate the format for the paging links, such that:

    1. When the users hover over the page number (or the first/last page markers), I can control the style (i.e. color) of the hovered link. (The default is bold black and the style sheets I have set up have no effect here).
    2. There is an onmouseover event, such that I can control the link message that shows up in the status bar (the default is an unwieldy and non-user friendly "javascript:__d oPostBack('MyGr idView','Page$5 ')).

    Any help would be greatly appreciated.

    Robert
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    There are two objects (one style, one settings) used for the paging section, you can set those properties there. (Or at least the CSS can be)

    Comment

    Working...