Hi All,
Another question to you guys. This time it is about data grid. We have a kind of requirement in silvelright where we need to make some columns editable and others not editable. This order might be changed based on user preferences. Now when the grid is in inline editing mode, i have two problems
1) Tabbing out of cells in single row When I press Tab from an editable column to another, The focus moves to the next immediate column without worried about whether it is an editable column or not. My requirement is that, when i press Tab, will it be possible to move to next editable column/cell
2) Tabbing from last cell or the row moves the focus to next row When the focus is on last cell of the row, when tabbing out, the focus moves to next record not the first column of the cell. Will it be possible to trap this so that i can write some logic to make focus the first cell of same row.
Any help would be appreciated.
Thanks