Tab key operation in 74
The application was upgraded from 7.1.5 to 7.4. The tab key in table layout is only moving to the next column in the row if the column is editable. Is there a way to make tab key move horizontally (right now it moves through the first column of each row) work even when the row in not editable?
Hi Meera,
I was able to observe the same behaviour in the UI gallery table layout. In the action set for the grid, there is no tab key as an event. So I assume that you will have to add a script to achieve your requirement.
Here's a link to a script implementation for your use case:
https://community.pega.com/support/support-articles/tab-key-event-does-not-work-repeat-grid-layout
Do test this out.