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

Turn off BeginEditOnKeystroke

1 Answer 79 Views
GridView
This is a migrated thread and some comments may be shown as answers.
FilipN
Top achievements
Rank 1
FilipN asked on 31 Jul 2009, 09:29 AM
Hello,
I have tried to turn off BeginEditOnKeystroke - just to be able to set it programatically however if i tried to set it in property builder for rad grid view in textbox "Begin Edit Mode"=BeginEditProgrammatically and then clicked "OK" the change has no effect and when I open property builder again the "Begin Edit Mode" is set on "BeginEditOnKeystroke" again.

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 31 Jul 2009, 01:49 PM
Hi FilipN,

We are aware that there are issues with the property builder for RadGridView and we plan to revamp it in one of our upcoming releases. You can try setting this property by using code when handling the OnLoad event of your form:

this.radGridView1.BeginEditMode = RadGridViewBeginEditMode.BeginEditProgrammatically; 

Please write back if you have other questions.

Kind regards,
Jack
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
FilipN
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or