Hi I have a nested grid and in it there are two button in the column varName. Only the first button click event works, but the second button click event does not work. I have a setcellvalue type during the button click Please help
Try
row 1: Main grid
nested grid: column name Min with value of 2.
Click on either of the images of the first row.
Here is jsfiddle http://jsfiddle.net/9v8eb5k2/5/
You are bound to the button’s common class, so each time when the grid elements are redrawn you have to bind again to the element’s event.
Also better avoid updating of the cells with HTML content. This may cause problems. In your case use ‘Ready to Submit’ instead ‘<b>Ready to Submit</b>’.