Javascript – when i try get value cell current selection row give me previous value of cell
i created InterActive Datagrid and it's colum currencyId create dynamicAction event execute java script query and set this code // Get the Interactive Grid model var model = apex.region("PAYEMNTDetails").widget().interactiveGrid("getViews", "grid").model; // Retrieve the selected rows var selectedRecords = model.getSelectedRecords(); if…