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

Set position of cursor after BeginEdit() event

0 Answers 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hossein
Top achievements
Rank 1
Hossein asked on 23 May 2016, 12:00 PM

Hi,

 

Could you allow me how I set the position of CURSOR after beginEdit() event.

I have used this :

radGridView1.MasterView.TableFilteringRow.Cells[1].Value = "ABCD";

radGridView1.MasterView.TableFilteringRow.Cells[1].BeginEdit();

 

After BeginEdit() I want to the cursor being after last character (e.g: After "D" in "ABCD").

 

 

Thanks

 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Hossein
Top achievements
Rank 1
Share this question
or