This question is locked. New answers and comments are not allowed.
Hi,
I'm using the Kendo grid with an editing pop up. (see scenario attach) and I have a problem of misalignment between the grid and the database after an update.
This is the test case:
I selected one row of the grid where the value inside a field is "info@example.com"
If I click on edit, I can modify one value of my record inside the pop up. For example I insert the value "bob@example.com" (see pop up attach)
I check on the database and the record is updated with the "bob@example.com" value.
But If i click again on the edit button of the grid and than, click on the cancel button of the pop up without any modify to the record,
when the pop up is closed I can see on the grid the original value of the cell "info@example.com", but on the database the value is "bob@example.com".
thanks in advance
I'm using the Kendo grid with an editing pop up. (see scenario attach) and I have a problem of misalignment between the grid and the database after an update.
This is the test case:
I selected one row of the grid where the value inside a field is "info@example.com"
If I click on edit, I can modify one value of my record inside the pop up. For example I insert the value "bob@example.com" (see pop up attach)
I check on the database and the record is updated with the "bob@example.com" value.
But If i click again on the edit button of the grid and than, click on the cancel button of the pop up without any modify to the record,
when the pop up is closed I can see on the grid the original value of the cell "info@example.com", but on the database the value is "bob@example.com".
thanks in advance