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ũ