Angular Ag Grid Single Click Issue with IE 11
问题 I am using Ag Grid enterprise version 17.0 with Angular 5. I have enabled single click edit option. It works perfectly in Chrome on single click but it is not working in IE 11. I have to click multiple times to get the cell in edit mode. Can anyone please help me to fix the issue ? Please find the below code which I am using for custom input texts. I have manually added click and dblclick events for it work in IE 11. this.gridOptions.suppressClickEdit = false; this.gridOptions.singleClickEdit