W3Schools Learner's Blog

W3Schools Programming knowledge summary website

div

4/27/2018

Select and focus a row in devExpress GridView_C# tutorial

C# tutorial : Select and focus a row in devExpress GridView is simple
For Example:
  1. this.gridView1.FocusedRowHandle = 2;
    this.gridView1.SelectRow(2)

No comments:

Post a Comment

Note: only a member of this blog may post a comment.