Hi,
thanx ur response…i try to use the solution u had provided,but i’m getting object doesn’t support this property error…here is the code which i had used…please provide the solution for this…any js file which i need to include…if possible plese provide a sample for this
Model | Qty | Price | Model1 | Qty1 | Price1 | Model2 | Qty2 | Price2 |
sss | dddd | 33 | sss | dddd | 33 | sss | dddd | 33 |
…
function doOnInit(){
grid.attachEvent(“onEditCell”,function(stage,id,index){ /this event wil be called when cell is edited (radio is clicked)/
if(stage==1) some(grid.getAttribute(id,“attr1”),grid.getAttribute(id,“attr2”));
return true
})