This question is locked. New answers and comments are not allowed.
I had a weird situation come up recently.
I had a grid using ajax binding to an object named Item. Item had a bunch of properties but two of them were Name and AppName.
When I tried to edit the Item in place the Name property was getting overwritten by whatever was in the AppName field.
I confirmed this using Firebug to look at the post data which showed Name= and AppName= to the same value. If I removed AppName the post data correctly included the Name field data. I eventually fixed this by changing my AppName property to Application and all worked as expected. So this may be a bug in how the grid serializes the data before posting it. I dont have time to do a test but hopefully someone else can confirm this.
Thanks,
Jason
I had a grid using ajax binding to an object named Item. Item had a bunch of properties but two of them were Name and AppName.
When I tried to edit the Item in place the Name property was getting overwritten by whatever was in the AppName field.
I confirmed this using Firebug to look at the post data which showed Name= and AppName= to the same value. If I removed AppName the post data correctly included the Name field data. I eventually fixed this by changing my AppName property to Application and all worked as expected. So this may be a bug in how the grid serializes the data before posting it. I dont have time to do a test but hopefully someone else can confirm this.
Thanks,
Jason