Tengo un control gridlist con 4 gridlistitem en el siguiente formato
<f:GridListItem> <m:VBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> </m:VBox> </f:GridListItem> <f:GridListItem> <m:VBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> </m:VBox> </f:GridListItem> <f:GridListItem> <m:VBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> </m:VBox> </f:GridListItem> <f:GridListItem> <m:VBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> <m:HBox > <m:Label /> <m:Input /> <m:Text /> </m:HBox> </m:VBox> </f:GridListItem>Cuando está en un cuadro de entrada y presiona la tecla "Fin" del teclado, la expectativa es que el cursor se coloque al final del cuadro de entrada, pero en su lugar va y selecciona el último GridListItem (el cuarto).
¿Hay alguna forma de evitar esto?