I have a datagrid with template columns in WPF. Couple of columns in the grid are readonly, others on focus become editable (instead of labels, textboxes, checkboxes and such appear).
What I would like to achieve is that the readonly columns are skipped when I am tabbing through the grid's columns.
Anyone know how to achieve this?
Thanks! Vladan
Nope, not working :(
Here is the complete cell...tried it with KeyboardNavigation.IsTabStop and IsTabStop alone...didn't work