cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll Cursor to specific row in matrix of SYSTEM form

Former Member
0 Kudos
419

Dears,

Following is system Form

I want to scroll to M_Item When I click on Filter Item.

Let me know how to do this in UIAPI

Accepted Solutions (0)

Answers (1)

Answers (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Muhammad,

You can't "scroll" in the UI API, but you can try this:

Iterate the values on that grid/matrix to find the M_Item value;

Simulate a click on the very first column (#) to select it;

If I'm not mistaken B1 one automatically scrolls to show the selected row.

Hopefully, this will generate the intended effect (haven't tested it).

Pedro Magueija

LinkedIn | Twitter | Blog