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!

TypeError when clearing a grid with only one row

Evi MerJun 8 2021

Hi,

I have a page with a grid and a mirrored form. The grid is filtered by a modal filter window. The window is called by a button in the toolbar of the grid. The grid has a special grouping column (see attached screenshot).

Before starting the filter-window the grid should be cleared. I use:

1. FOEX Grid deselect rows (Grid-Region)

2. FOEX Grid Clear Data (Grid Region)

3. FOEX Delay Following Actions

4. FOEX Form reset (Window-Form)

5. APEX Show (Window-Region)

This is working very fine as long as more then one record is shown in the grid. Is only one record is shown, starting filter-window ends up with a javascript TypeError "getId is not a function" . See the screenshot attached.

Toggling the grouping has no affect on this behaviour. I tried to reproduce on Trial in a simple example, but with no luck.

Can you help me out? Thanks in advance.

Eveline

This post has been answered by Evi Mer on Jun 14 2021
Jump to Answer
Comments
Post Details
Added on Jun 8 2021
17 comments
232 views