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
105
igGrid Resizing column does not save edited row changes
posted

We are using the 2016.2 version but can also reproduce this with the latest (2017.1).  We have long column names and users who like to resize columns

Steps to reproduce:

1. Click the first column and change the text - I changed "Sales Representative" in the first record for Nancy to "Test"

2. Resize the first column so you can see the full column name.

Expected results: EditRowEnding event will show ui.update = true and will detect the changed values (in this example - I expected to see Sales Representative in the old values and Test in the new values 
Actual Results: EditRowEnding event does NOT detect the changed values - ui.update is false and the old values are the same as the new values even though I changed them prior to the row losing focus

I have included an example below:

https://jsfiddle.net/egnLm435/1/