I have enabled inline editing of cells in DataGrid and it is working fine all browsers except IE.
The problem is that after double clicking a cell and performing changed in values of cell, I have to double click on another cell within the grid. If I single/double click outside the grid, the cell which the user was editing still remains in edit mode.
I have overridden the onApplyCellEdit event of datagrid to capture changes and submit to server.
There is no javascript error in developer tools console of IE
Any ideas or pointers to this?