One of my grids has some editable columns but not all of them. When I’m editing one cell and press Tab, if the next column is non-editable, it inits the editor of the next editable column, but the non-editable cell still got the jqx-grid-cell-selected class.
It’s very simple to test it, I made this jsfiddle. Start editing the Last Name column and press Tab. It will enter in Ship Date editor, but the Product cell got the jqx-grid-cell-selected class.
Is there any workaround from preventing it to happen? Any way to make grid navigation only avaliable in editable columns?
Thanks in advance!