Hello,
I am facing strange issue while using editFirstCellInRow. This is the jsFiddle to represent the issue properly.
http://jsfiddle.net/npdev13/u1e8k2jL/12/Here in this example when I click on "New Item" button it adding row and make the first cell in that row editable. initially there is not any item so no vertical scrollbar and at that time that editFirstCellInRow is working fine. But as soon as when I add 3rd item and scroll visible and now it stop working editFirstCellInRow functionality.
Can you please look at fiddle and give some solution about this issue?
Thanks,