Navigating between repeater items using keys (arrows specifically)

repeater-widget

#1

Hey!

I am an avid repeater user. However they often challenge.
This time I feel the solution is simple, but I could not make it happen.

I have a master details page, which I built with a repeater. The master items (name and some icons) are loaded on Item loaded event, and using a case when [[item.index]] is 1, I have made the first row to be selected by default on the repeater load.
I wish that the user to be able to navigate fast with down/up arrows (without a need to leave keyboard and thorough the master list and update the input fields in the details pane (which is also partially fed with repeater data).
I could not find any way to trigger rows via keys in the repeater. Currently the only way to switch row context is via mouse click event,
repeater_master details.rp (100.0 KB)

What am I missing?

Thanks,

Iris


#2

This might get you started in the right direction: Grid selector using a keyboard


#3

Nice! it looks I can use same event also on my dynamic panel! Thanks @huban !:ok_hand:


closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.