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

How to end Row edit after a cell edit ended?

1 Answer 100 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Manohar
Top achievements
Rank 1
Manohar asked on 12 Apr 2011, 04:52 AM
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

1 Answer, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 14 Apr 2011, 05:31 PM
Hi Manohar,

I have prepared a sample project for you. Please, refer to it and inform us if this approach meets your requirements.

All the best,
Ivan Ivanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeListView
Asked by
Manohar
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or