1
0
-1

i only know how to get grid value on javascirpt. but i don't know how to set grid value on javascript. this is example

var agunan_pasar = FormUtil.getGridCellValues("agunan.nilai_pasar");
var ratio_ltv = FormUtil.getGridCellValues("agunan.rasio_sensitivity");
            
for (var i = 0; i < agunan_pasar.length; i++) {
         let value_agunan = agunan_pasar[i] ;
		 // how to get value grid.       
}

so how i can set value ratio_ltv to grid cell_values ? 

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Galvin, Check How to populate Advanced Grid using JQuery and try applying the same logic for Form Grid. 


        CommentAdd your comment...