This is a migrated thread and some comments may be shown as answers.

[Solved] Skipp tabbing Read Only columns

1 Answer 72 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tony
Top achievements
Rank 1
Tony asked on 15 Feb 2011, 05:21 PM
The 1st 4 columns of my grid are editable by the user
The remiaining columns in the grid are read only.

when the user tabs off the 4th column I would like it to go to the next editable column.  In this case row 2 column 1

So the tab order would be:
row1    Col1
row1    Col2    
row1    Col3
row1    Col4
row2    Col1
row2    Col2    
row2    Col3
row2    Col4
row3    Col1

is this possible?


1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 21 Feb 2011, 11:01 AM
Hi Tony,

For the time being there is no straightforward way for achieving this behavior. Basically, the IsReadOnly property is evaluated when moving through cells in edit mode. So, in case a cell is in edit mode, but the next column is read-only, this column will be skipped. 
However, we do have plans for introducing the functionality you require. You may find this issue in our PITS and vote for it so that to raise its priority.

All the best,
Maya
the Telerik team
Tags
GridView
Asked by
Tony
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or