![]() |
|
|
#1 |
|
Registered User
![]() |
Grid/list standards
I'm just wondering what other people do in the following circumstances. You have a grid that goes on for say 10 pages and you can sort by any column, for example 'date'. You can also filter the results.
1. You load the grid, and go to page 6. Now you change order to 'date'. Should the grid stay on page 6, revert to page 1 or do something else? 2. You load the grid, change the order to 'date' and go to page 4. Now you add a record (through a different page). When you come back to the grid, should the order still be 'date'? Should the page still be 4 or should it revert to page 1 again? 3. You load the grid, go to page 3 and then filter the results so that >3 pages are visible. Stay on page 3 or revert? What if <3 pages are visible? Is there any standard for this? So far, I've been reverting to page 1 when I change the filter, the order or the result set in any way. However I keep the order throughout. Quick supplemental question: when I click on a column heading to order it, is there a recommended direction in which it should sort first, ascending or descending? (Note that I'm doing this all manually using query parameters, no jquery or dotnet "magic" going on here)
__________________
I know it sounds like I'm in denial, but I'm not. |
|
|
|
|
Advertisement
|
|
To remove these adverts, please create an account, or log in! You must have an account to post anyway :-) |
|
|
#2 | |
|
Registered User
![]() |
Quote:
|
|
|
|
|
|
|
#3 |
|
Registered User
![]() |
Just on the adding a new record, the process is that you're viewing the grid, you press a button to add. A new page is opened with the open form and when that form is submitted, assuming it's valid, the grid page is automatically reopened.
__________________
I know it sounds like I'm in denial, but I'm not. |
|
|
|
![]() |
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|