Hi,
We are using grid in double click edit inline mode. After successful add/edit, we want to clear the selected row, for this we tried using the clearselection or unselect methods. We are having some issue with both of these
This is the fiddle to show the problem: (Only test on the first row, as I have done hardcoding there.)
http://jsfiddle.net/dv4z0uus/
First I double click on the first row to edit and then on click on Click Me button to save the data. Now single click on first row only. The grid goes in edit mode even though I did only single click. It seems this is because the unselect or clearselection has not properly cleared the selection.
Thanks,