angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

cellnav lost focus cell and editable not working when using celltemplate #4248

Open tringuyenminh92 opened 9 years ago

tringuyenminh92 commented 9 years ago

My grid is using cellnav and edit feature. The cell focus is working fine but when using custom cellTemplate for column with class: ui-grid-cell-contents

When i click to this cell, it's not focused and not show edit input. it happens sometime. so that i need to click 2-3 times or double clicks to make it editable. i am using angularjs version: v1.4.1 and ui-grid - v3.0.4 - 2015-08-13 I will update the sample in plunker.

briancmills commented 9 years ago

I have observed a similar behavior with ui-grid v3.0.4 and angular 1.3.18

ravivantaku commented 8 years ago

I have a same issue. I am using angular v1.2.28 and ui-grid v3.0.0-rc.21. I have created a plunker to produce the same issue. http://plnkr.co/edit/Sajj7KMvtF9VPwUzD0UU?p=preview .

In above plunker i am using cellTemplate for Name column. If i want to edit that Name column filed i have to click 2 times on that column but need to edit only one click. Please give me solution for this issue.

laura-rodriguez commented 8 years ago

Hi, I have this issue. I am using angular v1.5.6 and ui.grid v3.1.1. Any workaround to fix it?

Walteroos2 commented 8 years ago

Setting up the template using $templateCache may work

jonathanread commented 7 years ago

I am seeing this same behavior only I can never get it to enter the edit mode for inline editing.

AnthonyMDev commented 7 years ago

I'm having the same problem. Any one solve this yet?

umairnow commented 5 years ago

Any one found it's solution?