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!
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. Once the User Selects the Job for the ename and navigates out to other rows and comes back , then the select list refreshes and the selected job reset. 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