Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using tree grid track row selection

User_NY8R9Jan 19 2021

I have a tree grid with selection mode as Multiple Row Selection (checkbox)

Track Row Selection is P8_ITEM_LIST

I have this P8_ITEM_LIST as display only so I can see the value as I change rows.

Im trying to capture the current value of p8_item_list on a row selection change.

when I perform a row selection change DA and action is a message box showing #P8_ITEM_LIST#

it always display the value before the row selection change.

example, I select row 1, P8_item_list = row1, the page item displays row1 but the DA shows #P8_ITEM_LIST# as null

, I select row2, P8_item_list = row2, the page item displays row2 but the DA shows #P8_ITEM_LIST# as row1

Ive tried the When event "Row Selection Change", "After Row Select", Before Row Select" and always the message box shows the old value

is this a bug or what am I doing wrong?

thanks

This post has been answered by FOEX GmbH on Jan 20 2021
Jump to Answer
Comments
Post Details
Added on Jan 19 2021
4 comments
187 views