Programming and web development are passions of mine, and I hope to have something useful to contribute to the community either through my work or through this blog.
Jul 19, 2010
DevExpress Win Form XGrid Set focus on editied column
how to set focus on edition column on click on add
If GridView2.DataRowCount = 0 Then
GridView2.FocusedColumn = GridView2.VisibleColumns(0)
GridView2.SetFocusedValue(0)
additem()
End If
No comments:
Post a Comment