I tried the unmodified sample from :
http://www.kendoui.com/code-library/mvc/grid/entity-framework-code-first-crud.aspx
when the example is started, there are 4 customers:
customer1
customer2
customer3
customer4
I press the edit button on the 4th row, then change Name 'customer 4' to 'customer 5' and press 'update'
now I see :
customer1
customer2
customer3
customer1
so all cells in the last row are replaced with all the cells from the first row
if I refresh the browser (IE9) then I see the correct data :
customer1
customer2
customer3
customer5
Regards,
Marcel
http://www.kendoui.com/code-library/mvc/grid/entity-framework-code-first-crud.aspx
when the example is started, there are 4 customers:
customer1
customer2
customer3
customer4
I press the edit button on the 4th row, then change Name 'customer 4' to 'customer 5' and press 'update'
now I see :
customer1
customer2
customer3
customer1
so all cells in the last row are replaced with all the cells from the first row
if I refresh the browser (IE9) then I see the correct data :
customer1
customer2
customer3
customer5
Regards,
Marcel