Hi,
I have an interactive grid with 4 columns. 2 columns are readonly and the other 2 columns are readonly under certain conditions. (some cells are editable, some not) So in this interactive grid only few cells are actually editable.
Is there a way to exclude every cell except the “editable” ones from the taborder (order of the cell selection using the tab key on the keyboard)?
I tried manipulating the tabindex, but this does not work since it seems to be dynamic.
I've tried a lot in the past few days (tabindex, gotocell method, setfocus method all with dynamic actions) but nothing seems to work.
I've tried to find solutions to similar problems on google and this forum but wasn't successful.
I would very much appreciate some guidance and help.
cheers
Daniel