ui-grid
ui-grid copied to clipboard
cellnav lost focus cell and editable not working when using celltemplate
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.
I have observed a similar behavior with ui-grid v3.0.4 and angular 1.3.18
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.
Hi, I have this issue. I am using angular v1.5.6 and ui.grid v3.1.1. Any workaround to fix it?
Setting up the template using $templateCache may work
I am seeing this same behavior only I can never get it to enter the edit mode for inline editing.
I'm having the same problem. Any one solve this yet?
Any one found it's solution?