I want to make editing in the RadGridView more familiar for users like using Excel.
I currently have BeginEditMode set to BeginEditOnF2. Unfortunately this goes into edit mode when:
1. The user presses F2.
2. You have a cell active (not in edit mode) and you click the same cell.
3. You have a cell active (not in edit mode) and you click another cell.
I want to only enter edit mode when:
1. F2 is pressed.
2. A cell is double-clicked.
Can you give me info on how to do this please?
Thanks
Paul
I currently have BeginEditMode set to BeginEditOnF2. Unfortunately this goes into edit mode when:
1. The user presses F2.
2. You have a cell active (not in edit mode) and you click the same cell.
3. You have a cell active (not in edit mode) and you click another cell.
I want to only enter edit mode when:
1. F2 is pressed.
2. A cell is double-clicked.
Can you give me info on how to do this please?
Thanks
Paul