Unselect the current selected row in Datagrid
In the .NET 2.0 framework, how can I set the selection property of a row in a DataGrid control?
It seems strange that there is no easy way to unselect or select a row programatically? Specifically, I am interested in unselecting any selected rows.
Thanks,
xarg

