In my grid there are non-editable cells in editable columns(depending on rowData).I need to skip them during tabbing.
Here is almost working solution:(stachblitz)
found here
The issue is if the editable depending on rowData column is the first or the last then it is not skipped properly if we are being moved row up or down.
It comes from the fact that callback in getNextCell method takes the column, but not the data-cell.
So is there any way to get the rowData in the callback?((column: IgxColumnComponent) => boolean)?
here is another solutionbut when there is a horizontal scrollbar in the grid it might get broken.
Thank you!
Hi Bozhidara,
Thank you for the solution. In general it works though there are some issues when editable cells are not in each and every row.
Best regards,
Dan