I have 2 radgrids and would like to expand a detailview row and populate the second grid from the id of the first grid's expanded row.
I have tried using the itemdatabound of the first grid to set the datasource of the second grid,
but the second grid never refreshes, just keeps the same data.
I have also tried calling the ajax methods from javascript, but the same problem exists.
The only way I was able to do it was from a button that was not connected to either grid.
PS I have turned viewstate off on the second grid.
Thanks,
Jed
I have tried using the itemdatabound of the first grid to set the datasource of the second grid,
but the second grid never refreshes, just keeps the same data.
I have also tried calling the ajax methods from javascript, but the same problem exists.
The only way I was able to do it was from a button that was not connected to either grid.
PS I have turned viewstate off on the second grid.
Thanks,
Jed