This question is locked. New answers and comments are not allowed.
Is there a way to automatically or programmatically put a cell into edit mode without needing to click, etc. on the cell?
I have a RadGridView with three columns, two with text, and a third with an Edit button. I would like the text to be read-only until the edit button is clicked, in which case the 2nd text column becomes editable. So far, I think I can do this, but I would like to make it obvious to the user that the 2nd text column is editable after they have clicked the Edit button. It seems like the cell only goes into edit mode when directly clicked on. Is there a way that I can force it into "edit" mode?
I have a RadGridView with three columns, two with text, and a third with an Edit button. I would like the text to be read-only until the edit button is clicked, in which case the 2nd text column becomes editable. So far, I think I can do this, but I would like to make it obvious to the user that the 2nd text column is editable after they have clicked the Edit button. It seems like the cell only goes into edit mode when directly clicked on. Is there a way that I can force it into "edit" mode?