C# tutorial : Select and focus a row in devExpress GridView is simple For Example: this.gridView1.FocusedRowHandle = 2;this.gridView1.SelectRow(2)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.