CellValueChange Client Side event for igGrid and igHirarchicalGrid
For example = Product Rate * Product Qty = Total Amount
Write a Cell value change event for Product Rate & Product Qty Columns.
I got it working thanks
Hello Rocky,
I was just wondering did you have a chance to try my suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
Hello,
Please find the attached sample where I show you how you can handle this event and make some changes to the data in it.
Thanks Elena,
I was looking for an example for editCellEnded. I could not find it. Do you have a sample? Also, I have a hierarchical grid.
I am really glad that you manage to resolve this issue. Thank you for sharing your approach with us. Another thing that you can try is to set the EditMode to “cell” in the Updating feature and handle the editCellEnded evnt which will fires just after the cell exit edit mode.