How can I select a particular range of rows in a DataGridView programmatically at runtime?
DataGridView
When setting a Selected row of a DataGridView at load time, consider handling this in the DataBindingComplete event, because it can be overwritten by default.