I'm using Asp.Net AJAX UI controls to display a RadGrid on a page with a ReportViewer underneath. When the user selects a row in the RadGrid I want to capture the ID field from the selcted row and update the ReportViewer by passing that same ID to the newly instantiated report.
Has anyone done anything like this?
I can capture the needed ID from the client-side of the RadGrid, but I can only update the ReportViewer on the server-side. I guess if I knew how to capture the RadGrid selected row on the server-side I could manage just fine.
Has anyone done anything like this?
I can capture the needed ID from the client-side of the RadGrid, but I can only update the ReportViewer on the server-side. I guess if I knew how to capture the RadGrid selected row on the server-side I could manage just fine.