Hi,
I have a problem when re-loading a radgridview with a new dataset where I am unable to clear the selected rows.
So if row 3 is selected in the grid, I reload the dataset and set it as the Datasource for the grid. The grid reflects the changed data. I call RadGridView.SelectedRows.Clear(), but row 3 remains selected (at least it remains highlighted)
I have tried clearing the seleced rows before loading the new dataset and afterwards, but it doesn't seem to make any difference.
I am using Q2 2008 SP1, having just upgraded from Q3 2007
Is there a solution to this?
Thankyou.
I have a problem when re-loading a radgridview with a new dataset where I am unable to clear the selected rows.
So if row 3 is selected in the grid, I reload the dataset and set it as the Datasource for the grid. The grid reflects the changed data. I call RadGridView.SelectedRows.Clear(), but row 3 remains selected (at least it remains highlighted)
I have tried clearing the seleced rows before loading the new dataset and afterwards, but it doesn't seem to make any difference.
I am using Q2 2008 SP1, having just upgraded from Q3 2007
Is there a solution to this?
Thankyou.