When I set IsTabStop to false in the style for a CellControl, it does not work. TabNavigation still goes to that cell.
Is there any other way to prevent tab focus on the cell control?
Ok, so here is more detailed explanation to my problem:
As per requirement in my application, I have added checkbox column in my Extended XamGrid. Now, I want to allow only those cells to participate in the tab navigation which are either editable or are in add new row mode currently. I have tried setting IsTabStop property to False for this purpose in the style for CellControl and HeaderCellControl. It does work but in limited way. The keyboard focus is no more going to these cells. But say if I have 3 columns one out of which is checkbox, then below is the order of focus:
1. Tab -> Checkbox in first row focused2. Tab -> Checkbox in first row focused3. Tab -> Checkbox in first row focused4. Tab -> Checkbox in second row focused5. Tab -> Checkbox in second row focused6. Tab -> Checkbox in second row focused
Focus stays on checkbox only for as many number of times as the number of columns. Is this an issue in Infragistics grid or am I missing something here? Please help me fix this.
Hi,
I am also facing the same issue in xamgrid. Please let me know if you find any work around.
Thanks,
Hemant