pnjones
Posts: 42
|
| Posted: 01/23/2006, 7:44 AM |
|
I have a grid which i have linked to a record detail page to show all the fields. When i click on the Link field i get the detail but is is blank and is on the second page. Using the navigation it shows the correct detail.
I am obviously doing something wrong - can anyone help ?
_________________
Regards
Pat |
 |
 |
mrachow
Posts: 509
|
| Posted: 01/27/2006, 7:29 AM |
|
Not sure but ...
Per default a GET parameter is generated with the current page number assigned to it. When moving to an other web page with a equal named grid on it CCS is "moving" that grid to the same grid page number. If there are not enough records this grid page is empty and is showing No records found.
You have to use remove GET parameter property or use different names for all of your grids.
_________________
Best regards,
Michael |
 |
 |
|