I am looking for an out of the box way to have a GridView on a form bound to a BindList that gets updated often and maintain the current entries.
I want to show some client objects in the GridView. Every few seconds my form reads an xml file which has the up-to-date information on the client (Name, variableNumber, variableNumber, state). I want to be able to update the information in the grid without destroying selection.
Can this be done out of the box?