Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

127
Views
Set cursor to end of input field in GridListItem SAPUI5

I have a gridlist control with 4 gridlistitem in the following format

         <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>

When in an input box and press on “End” key from the keyboard, the expectation is that the cursor is placed at the end of the input box, but instead it goes and selects the last GridListItem(the 4th one).

Is there a way around this?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!