This question is locked. New answers and comments are not allowed.
Greetings and Salutations ;-)
I've got an interesting situation that I'm not sure I have any ability to resolve the way our webpage is constructed, so I though I'd give you the situation. I've attached 4 png files that are in sequence order.
Capture 1 - shows a grid loaded with data, and selecting the filter option on a column shows all possibly items to filter in that column.
Capture 2 - shows selecting one of the items in the filter and the grid changing accordingly.
Capture 3 - is a different grid shown in the same location of the first window. All that is done is the first grid is hidden, and the second grid is set to visible.
Capture 4 - is a return to the original grid with the same sequence of hidden and visible directives in reverse. No changes have occurred to the underlining data of the first grid.
So, the problem is that as can be seen by Capture 4, the selectable items now only allows one option, in this case option 5. All the other items that were present in the filter from capture 1 are gone, even though the underlying data still contains all those other rows.
Is there a way to programmatically capture the selected filter item(s), and upon return to capture 1 reload all the data and then programmatically place the captured filtered item(s) back on?
A couple of other facts, when I don't select a filter item and perform the same sequence everything works accordingly. Additionally, if I select a Modal window from the first grid, and the grid from Capture 1 remains visible but in the background, when I return to grid 1 all filter options are available. Even when I had selected an item in the filter window before transitioning to the Modal window.
So any suggestions or directions to information on the would be much appreciated.
I've got an interesting situation that I'm not sure I have any ability to resolve the way our webpage is constructed, so I though I'd give you the situation. I've attached 4 png files that are in sequence order.
Capture 1 - shows a grid loaded with data, and selecting the filter option on a column shows all possibly items to filter in that column.
Capture 2 - shows selecting one of the items in the filter and the grid changing accordingly.
Capture 3 - is a different grid shown in the same location of the first window. All that is done is the first grid is hidden, and the second grid is set to visible.
Capture 4 - is a return to the original grid with the same sequence of hidden and visible directives in reverse. No changes have occurred to the underlining data of the first grid.
So, the problem is that as can be seen by Capture 4, the selectable items now only allows one option, in this case option 5. All the other items that were present in the filter from capture 1 are gone, even though the underlying data still contains all those other rows.
Is there a way to programmatically capture the selected filter item(s), and upon return to capture 1 reload all the data and then programmatically place the captured filtered item(s) back on?
A couple of other facts, when I don't select a filter item and perform the same sequence everything works accordingly. Additionally, if I select a Modal window from the first grid, and the grid from Capture 1 remains visible but in the background, when I return to grid 1 all filter options are available. Even when I had selected an item in the filter window before transitioning to the Modal window.
So any suggestions or directions to information on the would be much appreciated.