Hi,
There is a conventional navigation for tree pressing cursor arrow key:
Left: collapse folder
Right: expand folder
Up: move to previous item
Down: move to next item
It works OK for default settings as in showcase example Tree/Interaction/Drag Reparent.
Please insert following line before draw() at the end of sample code.
Then Up and Down work OK, but Left and Right only sometimes, e.g. after pressing Enter.
SmartGWT Version: 4.1d BuildDate: Mon Oct 14 09:59:00 CEST 2013
We would like avoid the selection event, so we think about only focus, but with full navigation.
Is there a unique "focus" solution with arrows but without pressing Enter?
Regards
Béla
There is a conventional navigation for tree pressing cursor arrow key:
Left: collapse folder
Right: expand folder
Up: move to previous item
Down: move to next item
It works OK for default settings as in showcase example Tree/Interaction/Drag Reparent.
Please insert following line before draw() at the end of sample code.
Then Up and Down work OK, but Left and Right only sometimes, e.g. after pressing Enter.
Code:
employeeTreeGrid.setArrowKeyAction("focus");
We would like avoid the selection event, so we think about only focus, but with full navigation.
Is there a unique "focus" solution with arrows but without pressing Enter?
Regards
Béla
Comment