paging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reyn
    New Member
    • Apr 2008
    • 5

    paging

    How do I get a Gridview form to display: Page 1 of 3 or Page 1 of 30 on the bottom of the form?

    -help
    Last edited by reyn; Apr 4 '08, 04:53 PM. Reason: How do I get a Gridview form to display: Page 1 of 3
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Did you enable the pager in the properties of your GridView.
    Better question, did you even try to look at the object yourself?

    Comment

    • reyn
      New Member
      • Apr 2008
      • 5

      #3
      Originally posted by Plater
      Did you enable the pager in the properties of your GridView.
      Better question, did you even try to look at the object yourself?


      yes, i know how to get the gridview form to page .... I have it @ the bottom of the form but it just display the numeric pages.... how can i t display page 1 of 3

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Change it's styles? I think there is a few "stock" styles that you can pick from as well as possibly being able to create your own.

        Comment

        • reyn
          New Member
          • Apr 2008
          • 5

          #5
          Originally posted by Plater
          Change it's styles? I think there is a few "stock" styles that you can pick from as well as possibly being able to create your own.

          The pagerstyle doesnt have anything in it but fore colors, alignment, bgcolor etc....

          may i asked the question wrong.

          I want the the gridview form to display what page it is out of the total that is in the form.... example .... page 1 of 3 or page 2 of 30

          Comment

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            I suppose you could do that manually? It's easy enough in code to determine the page it's on and the total number of pages. Just stick it in the footer?

            EDIT:
            I just checked and there's a LOT of options for PagerSettings

            Comment

            Working...