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
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