In a radgrid, I want to have a button in the grid to display another grid if I click it (so i can edit a linked table that is linked to the table that is bound to the grid.) First I have the 2nd grid in a panel that I hide initially. But, right now it is not displaying it, only when I click the button on the grid twice does it actually show the 2nd grid! Do you have any sample code that would help?
Thank you.