Buttons also visible / usable below in screen

0
In a screen (build as Tabel grid)a number of buttons are used to process contracts. The end user from time to time needs to scroll down the screen in order to select an item for deletion , adjustment. However, scrolling down the screen to make the selection also means scrolling back to top in order to activate the required button. Question: is it possible to have the same buttons below in the screen as those above in top of the screen?
asked
3 answers
3

Another suggestion is to use key navigation. When a row has the focus (marked by a dotted border) you can easily put the focus to the last used control button by hitting [shift] + [tab]. When an element gets the focus, it will automatically scroll into view. With the left and right arrow keys you can then navigate through the control buttons, activating one with [enter]. A [tab] will bring you back to the last selected row. When a row has the focus, the up and down arrow keys will navigate you through the rows, while the left and right arrow keys will navigate you through the different pages.

answered
0

In a default datagrid, this isn't possible. But you can set 1 button as a default button. This way you can always trigger an action for records on the bottom. But this is only possible for 1 button.

You could also set the "default button trigger" to single-click. This way you can single-click on a row to trigger some action.

answered
0

You could try this

Use either horizontal orvertical splitscreen, use one for the normal functionality, andhave the other LISTEN to your selection and put thespecial buttons on it.

Works for me in several situation !!

answered