I have a nagging requirement for my web app: implement VB6 grid functionality. Part of this requirement is to have an open editable grid that allows the user to press F4 to switch between grid and form view.
If the user is focused on the grid (a specific row) and presses F4 the grid switches to the edit form for that row (not showing the other rows in the grid) when the user presses F4 again, the edit form reverts back to the grid.
Hopefully this makes some sense. Is it possible to hide the grid except for the edit form to mimic this functionality?
If the user is focused on the grid (a specific row) and presses F4 the grid switches to the edit form for that row (not showing the other rows in the grid) when the user presses F4 again, the edit form reverts back to the grid.
Hopefully this makes some sense. Is it possible to hide the grid except for the edit form to mimic this functionality?