Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
igHierarchicalGrid update the row item depends on other row item
posted

Hi

Can you please let me know how can we update the other row element when we update one of the element is the same row.

I have used (rowEditDone(event: any, ui: any))  event but not able to do the changes in other row element. 

For example :

if i have a row with data like 

Number of parts : 10

No of defective parts :

No of corrected part :

if user update the corrected part to 8 then i need to calculate the defective part (Total parts - corrected part ) then i need to set the data as defective part as 2.

Parents Reply Children
No Data