Hi,
I am using DataGridView Control for reading and writing an XML file through XML Serialization. I have a little pb? as explained below: 1. I read an XMl file and populate a Datagridview controls with deserialized object. 2. I go and update all the values on the datagrid view on the cell. 3. I go and choose the File Save As option without losing focus on the last cell . The value of the particular cell is not updated. If I intentionally lose the focus say I click on another cell on the same grid the value is updated. Can anyone suggest any solution for this?
Thanks, Ashish