Vasya,
There's only one more issue. I needed this for two grids in my application. The first grid, everything is fine. The second grid also has igGridUpdating enabled and now I need to have a row selected before I can edit it. Is there any way to make the row edit start on non-selected cells? I tried changing the startEditTrigger thinking that the grid was dealing with the selection as the first click somehow. But this just made it that I needed to have the cell selected before the double click would start the row editing. Again, any help would be greatly appreciated.