I want to check checkbox column in parent row and update column in rows in child grid
example:when check hasbeakfast column is true then child rows in breakfast column to 1
please Attention image attachment
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 26 Jul 2016, 08:05 AM
Hello,
You could handle the OnBatchEditCellValueChanged event of the parent grid and when a value from the checkbox column is changed, get reference to the child grid and change the values with the "changeCellValue(cell, value)" method of the Batch editing manager: