I am facing the issue regarding the updating of data in child table. After an update of child element the focus need to be shifted to next row but doesn't happen. But when i did not change any value in edited column and press enter focus is shifted to next row without any problem.
The example you have shared with the functionality is a default one. As you can see in my above post. I need set focus to next child of other parent if it is the last child first of hierarchical grid. As i have mentioned above post pic.
For example : In the below pic you can see the editing row is right now is "Vint soda". Now when i press enter key focus will move to "DVD Player Price". That is what my requirement is. if the below parent is collapsed it should expand and focus move to first child and above parent must be collapsed.
Note : This issue is urgent. It will be good if we can have a call. My number is +919922957202
Hello,
I am attaching a sample that I used to test a hierarchical grid and after editing not going to the next row.
In the sample, after pressing the enter key the next cell within the same child band is then editable. Please try running the attached sample and let me know if you experience the same behavior with this sample.
Let me know if you have any questions.
I am able move the focus to next child but i need to do autoCommit: false
But i dont want to use autoCommit as false. Is their any other way to do that?
One more question as you can see in attached pic i need to set focus to next editing column for other parent child.
For eg : As you see in pic acqvalue is have focus right now but when i press enter focus will go to NIO field to other parent children.
Thanks
Ankur
Please have a look at my code i am facing this issue. and I am using Ighierchialgrid
The expected behavior of the igGrid (the igHierarchicalGrid creates multiple instances of igGrid) is after pressing the enter key after updating a value in the cell is to go to the next row. Does the issue reproduce in this sample: http://jsfiddle.net/orgq4vmp/
Please provide the following:
Properties that are being set when initializing the grid.
Browser that reproduces this behavior.