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!

Oracle APEX - Interactive Grid not rendering correctly in IE 11

KatReedMay 22 2019 — edited Jun 4 2019

Hello,

I am currently using Oracle APEX version 18.2.0.00.12 on Internet Explorer 11 and I am experiencing problems with getting my interactive grids to render correctly with regards to the widths of the columns.

I created an Interactive Grid on my page with the following query:

SELECT * FROM TABLE_NAME;

I did not change any of the default settings for the region; all I did was create the IG and then run the page.

When I run the page in IE, this is what I see:

pastedImage_0.png

Note: I have not yet added any data to the table.

The problem is that all of the columns are too narrow. However, when I run the same page in Google Chrome, this is what I see:

pastedImage_2.png

The columns are all sized proportionally in order to take up the full width of the IG, which is what I want.

I do not understand why the IG is rendered differently in IE versus Chrome. I know that I can set the Minimum Column Width for each column in the IG, but I would hate to do that every time I create an IG. Is there a different solution that would make the IG render in IE the same way that it does in Chrome?

Thank you in advance.

This post has been answered by John Snyders-Oracle on May 28 2019
Jump to Answer
Comments
Post Details
Added on May 22 2019
2 comments
460 views