TBMH
Posts: 40
|
| Posted: 09/05/2007, 6:08 PM |
|
On some web apps if a grid has many pages you will see a textbox in the grid page navigator where you can type in the page number you want to go to. Is there a way to do this in CCS?
Thanks!
|
 |
 |
jerryvernon
Posts: 35
|
| Posted: 09/09/2007, 9:49 AM |
|
A grid can display the result from a search as at
http://www.blueskydalyan.co.uk/property.php
The property ID is entered and then display on the page
Regards
Jerry
|
 |
 |
TBMH
Posts: 40
|
| Posted: 09/13/2007, 5:50 PM |
|
Thanks, Jerry, but I don't think we are talking about the same thing. As you have shown, you can build a search dialog and enter a primary key (in your case a Property ID) and the results will display in the grid. What if your search criteria returned 30 pages and you wanted to go the 28th page? Unless you could type in a textbox the page you wanted to go to (28) , you would have to hit "Next" a bunch of times.
I'm looking for an example of how to take me to a specific results page in a grid.
Scott
|
 |
 |
wkempees
|
| Posted: 09/15/2007, 5:39 AM |
|
Create a sample grid, resulting in lots a records.
Using the builder experiment with the various available navigation options.
Choose one that comes closest to what you need.
After that study the navigation code, and from a listbox create a jumptopage
listbox.
Haven't done this myself but seems easily possible.
Walter
"TBMH" <TBMH@forum.codecharge> schreef in bericht
news:246df5319171f2@news.codecharge.com...
> On some web apps if a grid has many pages you will see a textbox in the
> grid
> page navigator where you can type in the page number you want to go to. Is
> there
> a way to do this in CCS?
>
> Thanks!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|