Cell is not editable after editing ends by cell.update() method on blur event.
On step 5, cell does not go into edit mode.
On step 5, cell goes into edit mode.
Hello @ymita,
After some investigation over the described issue, we found that this problem have the same cause as in the issue #1780 . As you can see the root cause of the problem is in IE browser . So as workaround I can suggest you to define custom cell template like in the sample:
igniteui-app_IEissue.zip
Hi @ddincheva,
Thank you for looking into this. I checked the updated sample but the cell still does not go into edit mode on step 5. Can you watch my steps video? On step 5, I double-click the cell which has been edited on step 2.
steps video.zip
If div tag around interpolation is removed, the original issue is gone. But text on edited cell becomes selected like in the attached screenshot.
<igx-column width="160px" field="startDate" header="startDate" dataType="string" width="200px" [editable]="true">
<ng-template igxCell let-value>
{{ value }}
</ng-template>
...
</igx-column>

@ymita this selection is comming from IE11 and it is not something that we should handle.
@zdrawku and @ddincheva
The provided workaround does not work. Can you double check the video attached on my post the other day? https://github.com/IgniteUI/igniteui-angular/issues/2774#issuecomment-433264708
Do you have a workaround that makes igx-grid work with the steps in the attache video?
Hi Yuki,
in the corresponding #2774 comment you DO CONFIRMED that removing the <div> resolved the original issue (cell not going into edit mode):

I also double checked the behavior on my side with IE 11, using the sample that @ddincheva has attached and not using the <div> tag - issue did not reproduce.
As @ddincheva initially explained, root cause is issue in IE 11 (same for #1780, where @Lipata suggested the same - not using <div>.
If you are having a new/different problem now, please log a new issue about it.