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
175
editCellEnded is not fired when endEdit method has been called
posted

Hello,

I have an editable igGrid with two dependent columns Discount and Total. When one of them is changed the other should be changed too. I've implemented this using 'editCellEnded' trigger. This works perfectly when the user navigates inside the grid.

When the user changes, e.g Discount cell value and clicks the 'Save Changes' button, which is located outside the grid, the 'endEdit' method is called. In this case the Discount cell value is changed with the new entered value, but the Total cell value is not changed because 'editCellEnded' trigger is not fired. Is it an issue in the igGrid control? How to change the Total cell value in this case before saving? The sample is attached.