rew-NZ
Posts: 21
|
| Posted: 06/03/2008, 6:25 PM |
|
Hi,
I haven't had time to look at it but I was surprised to see that when you add a new record using the blank row on an editable grid it doesn't jump to the last record entered, well that is the response that was expected by the users I am working with.
The situation:
I have an editable grid of jobs with a limit of 15 jobs per page. Each page displays one blank row in the grid to enable adding a new job from any point but when you submit the grid the new content disappears (as far as the user is concerned) because the current page is refreshed and the row becomes blank again.
The solution:
I think it would be good to jump to the last record page after an insert so that the record that has been added is presented to the user. I suspect I need to get the total number of records and divide it by the page record limit and reset the current page record range to view the last page of records based on that result. So I would need to change the limit value on the SQL or whatever variable is used to set the current record starting range in the before show event.
I will try and get to this later and post any update I come up with.
Cheers,
Rew
|
 |
 |
|