When i deserialize my store data when sent back to server, it has an extra field , named "id" that has conflict with my fields, i guess it's the grid's row id. The problem is that my class also has an "ID" property.
So, the object created always gets it's ID property set to the "id" in the deserialized data, it seem to ignore case and get the wrong value..

How to solve?