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!

IG showing blank row

Neel shahApr 17 2023 — edited Apr 18 2023

Hello I am seen a weird issue with IG, I see a blank row in IG . Below is the screen shot

Using Oracle APEX 22.2.0

First DA - On page load Hide Sub info region

I have 3 checkbox on page,

Based on user selection I do following

DA steps 1) server side code – Update statement

  1. Javascript code - To freeze the selection on values that was save.

document.getElementById("P33_SLT_Q1").disabled = true;
document.getElementById("P33_SLT_Q2").disabled = true;
document.getElementById("P33_SLT_Q3").disabled = true;
document.getElementById("P33_SLT_PROCESSOR_NAME").disabled = true;
document.getElementById('SAVE_SNAPSHOT_INFO').style.visibility= 'hidden';

  1. show IG regions based on Checkbox values selected

I noticed that it works correctly on first time only when I created, on every subsequent run of the page, I blank row of IG grid.

Once I tab or scroll into that row, button show up correctly

Let me know if any one ran into this problem and how did you solved it .

Comments
Post Details
Added on Apr 17 2023
2 comments
306 views