onTab: 'nextEdit' in editmodel is not working for Row group.
here we have a requirement, In our grid column-5 and column-7 is editable. If I click tab button on column-5 it will shift to column-7(working fine), if I click tab key column-7th, it will shift to next row column-5.(working fine).
Now the problem is if next row is group header row. then it should not shift to that row , instead it should move to next editable cell of the next rowgroup. But it is not working.
Can you please provide me the solution.
I tried with the customizes in option editorKeyDown, in that I have put for loop inside that i skipped the row header , but if i long press tab key, then it shows error like "Cannot read property 'offsetHeight' of undefined" (for number of 500+ rows), but this for loop works fine if the rows are limited below 100.
Can you please provide me the solution.