I have a requirement where I need to end Row edit (meaning none of the
row cells should be in edit mode anymore) after handling a cell edit
committed to my server application using CellEditEnded event.
I am looking for a feature where the Row will end its edit mode after CellEditEnded. So, when I leave
an edited cell, the next cell that gets focused either in the same row or the next row or the previous row should not get into edit mode automatically.
For example, I have a row with 5 columns and I edit a cell in column 3 (at this point row has got in to edit mode) and press TAB which puts the cell in column4 also in edit mode. Here I want to keep the cell in column 4 non-editable and only on "TextInput" or whatever EditTriggers configuration the cell in column 4 should go to edit mode.
Let me know if you have any inputs on how I can achieve this in RadTreeListView.
Thanks.
B.Manohar
I am looking for a feature where the Row will end its edit mode after CellEditEnded. So, when I leave
an edited cell, the next cell that gets focused either in the same row or the next row or the previous row should not get into edit mode automatically.
For example, I have a row with 5 columns and I edit a cell in column 3 (at this point row has got in to edit mode) and press TAB which puts the cell in column4 also in edit mode. Here I want to keep the cell in column 4 non-editable and only on "TextInput" or whatever EditTriggers configuration the cell in column 4 should go to edit mode.
Let me know if you have any inputs on how I can achieve this in RadTreeListView.
Thanks.
B.Manohar