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

UserAddedRow event

0 Answers 139 Views
GridView
This is a migrated thread and some comments may be shown as answers.
hon
Top achievements
Rank 1
hon asked on 03 Sep 2010, 01:46 PM

 

private void radGridView1_UserAddedRow(object sender, GridViewRowEventArgs e)
{
  this.radGridView1.CurrentRow = this.radGridView1.Rows[10];
}

There are no mistakes,but no effect

Index 10 existing

How to modify

No answers yet. Maybe you can help?

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