Re: T5: Jump to Specific Page with Grid

2009-01-14 Thread Jayson Pierringer
:) No problem. I was just playing with the pager yesterday because I had a problem with the page persisting between searches. If I did a search and went to page three and then performed a new search it started on page three. I wanted the new search to start on page one so I used the current

Re: T5: Jump to Specific Page with Grid

2009-01-14 Thread bobheck
Thank you Jayson !!! That was insanely simple. Nothing like spending a day and a half trying to do something only to find out the answer is to set a property. Sigh. (Walks off, muttering "You are a good coderpeople like youyou are valuable...") Jayson Pierringer wrote: > > Bob, > >

Re: T5: Jump to Specific Page with Grid

2009-01-14 Thread Jayson Pierringer
Bob, You can use the setCurrentPage method of your grid component. myGrid.setCurrentPage(1) - Jayson bobheck wrote: I am trying to do something that seems simple, but I am stumped. The grid pager renders links that look like this to jump to a specific page pagepath/pagename.grid.pager/NN wh

T5: Jump to Specific Page with Grid

2009-01-13 Thread bobheck
I am trying to do something that seems simple, but I am stumped. The grid pager renders links that look like this to jump to a specific page pagepath/pagename.grid.pager/NN where NN is the page number the link jumps directly to I have a large list, and I want users to be able to type a number