Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
I am sure that there is but you will be better served looking at the DevExpress help. Off the top of my head I do not know and I would have to look into this myself. But you should be able to set the focused row and then call a method like EnsureVisible to make sure that it is active. You can place all of the code to do this in the AfterRequery method. Also, the control to look at in DevExpresss would be a GridView. This is the type of view used inside of the grid. You can access it thought the MainView property on the grid and just CType it as a GridView.
|