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 - Cannot change value after use filter column in IG

Vu Tuan AnhJul 4 2024 — edited Jul 4 2024

Hello everybody, i have issue related to IG (interactive grid)

Step 1: When I copy value in row by double click column in row of IG

Step 2: i copy value and filter in column

Step 3: value in IG will be display

Step 4: i change value in column “Diễn giải phiếu” and click “Lưu” (Save data)

but value in column “Diễn giải phiếu” not change → i think when click double on “step 1” IG enable edit = true and refresh after filter data, so that later changed values ​​are not caught.

value in record model IG no change → how i can clear edit = false when filter column refresh data in IG
apex.region("MTAB_TUCK").widget().interactiveGrid("getActions").set("edit", false);

if i dont double click on the row i can change value.

Thanks,

Anh Tuấn Vũ

Comments
Post Details
Added on Jul 4 2024
2 comments
269 views