I have a few radgrids created on page, lets say 3.
Radgrid1
Radgrid2
Radgrid3
And each of them are assigned their own datasource, lets say the following.
Radgrid1.datasource = ds1
Radgrid2.datasource = ds2
Radgrid3.datasource = ds3
I'm trying to figure out how to delete them and then resync their numbering.
I'm trying the method.
Radgrid1.Dispose()
But that doesn't do anything.
Anyone have any ideas?