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!

Apex Interactive Grid -- Cell Select List

VijayaChandraKiranTadimetiJun 11 2021 — edited Jun 11 2021

Hello Members,
This Question or discussion will be regarding the "Interactive Grid- Cell having a Select List."
I have a Select List on the column "JOB", ename : Kiran has Multiple jobs and when there are multiple Jobs, user has to select a job for the user.
image.pngimage.png
Once the User Selects the Job for the ename and navigates out to other rows
image.pngand comes back , then the select list refreshes and the selected job reset.
image.png
there is a DA with "Row Initialization" to refresh the Select List based on the parent column "DEFAULT_JOB" once the interactive grid fetches the data on page load
on the Global Variable Declaration attribute. , i have added a Function to Highlight the cell background color, as per the example provided by @john-snyders-oracle in the link https://community.oracle.com/tech/developers/discussion/4036606/interactive-grid-conditional-highlighting
My Example Application is at the following location.
https://apex.oracle.com/pls/apex/fujitsu_kiran/r/ig-19-1-select-list/client-validation
I have copied the "page 51 from Sample Interactive Grid App and tried to create the scenario.
Please help, on how to resolve the Issue to make the Select list "selected value" to stick to the cell, even after the IG is refreshed multiple times and yet show all the values in drop down of the list, if the select list has more than 1 value.
Note: this am trying to achieve in version 19.1
Thanks
Kiran Tadimeti

Comments
Post Details
Added on Jun 11 2021
0 comments
1,630 views