cancel
Showing results for 
Search instead for 
Did you mean: 

SET_LEAD_SELECTION_INDEX

0 Kudos

Hi,

I have a UI table where i show 5 rows.i want to set the lead selection to row number 6 and let the record show in the view. ?? when i use SET_LEAD_SELECTION_INDEX(6) it does actually select record number 6 but i have to press the arrow down to see row number 6.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I used SET_LEAD_SELECTION_INDEX & FIRST_VISIBLE_ROW

Former Member
0 Kudos

Hi ,

Increase the visible row count property of the table UI element and try , it should work.

Probably now the visible row count is 5...Increase it to 10 and try.

Thanks,

Aditya.

Former Member
0 Kudos

Hi,

You can use the 'Firstvisiblerow' property of the table.

create one attribute of type ' I ' and bind it to the 'firstvisiblerow' property of the table.

and set the value of the attribute as 6 for your issue.

Thanks,

Krishna

Edited by: krishna chandra on Nov 23, 2010 6:30 AM