Hello,
I have a problem with the HerarchicalGrid. I would like to update a cell value when another cell in the row is edited.
I tried to use the SetCellValue in the 'editRowEnded' event for each features of each columnslayouts and I have two problems :
- it updates the cell value but only in the first grid of the hierarchy. In the sub grids is doesn't work.
- the new value is only updated graphically when the row is edited.
I attached a sample to show you how I did it.
Regards.
Hi,
Is anyone can help me please ?
Hello Cosoluce_Stones,
Thank you for posting in our forum.
I would suggest you to modify your code for setting the cell values in the child grid like this:
$(ui.owner.element).igGridUpdating('setCellValue', ui.rowID, 'Ship',true);
Please let me know if this helps.