Forgive me if this issue has been raised before.
I've got a RadGridView (Q2 2008) bound to an object datasource. On initial display of the RadGridview, there are no rows because I'm forcing the user to enter some search criteria before the grid is populated. In its initial state, SelectedRows.Count = 0. Correct. If the user then enters search criteria that returns rows, the grid is rebound and the first row is selected thus setting SelectedRows.Count = 1. Correct again.
If the user then changes the search criteria and that criteria returns no rows, the grid is rebound and no rows appear just as it should. However, SelectedRows.Count still = 1. Not correct. This appears to be a bug to me. Is it?
I've got a RadGridView (Q2 2008) bound to an object datasource. On initial display of the RadGridview, there are no rows because I'm forcing the user to enter some search criteria before the grid is populated. In its initial state, SelectedRows.Count = 0. Correct. If the user then enters search criteria that returns rows, the grid is rebound and the first row is selected thus setting SelectedRows.Count = 1. Correct again.
If the user then changes the search criteria and that criteria returns no rows, the grid is rebound and no rows appear just as it should. However, SelectedRows.Count still = 1. Not correct. This appears to be a bug to me. Is it?