I have 2 radgrids with the first one being a parent grid(packages), and when a user clicks on a row, a related grid(package contents) for that row gets populated. I am using the control parameter in the datasource of the second grid as the selectedvalue of the selected row in the first grid.
The user also has the option to add a new package. I want to programmatically (in javascript or C#) de-select the row on the click on add new and then automatically select the new inserted item so that the second grid can rebind using the new package.
Is this possible?
Thanks,
Laura
The user also has the option to add a new package. I want to programmatically (in javascript or C#) de-select the row on the click on add new and then automatically select the new inserted item so that the second grid can rebind using the new package.
Is this possible?
Thanks,
Laura