Hi,
I'm trying for the first time the Telerik controls on Asp.net.
I created a master page and I put a ContentPlaceHolder inside. On the Content page, inside the ContentPlaceHolder, I put a RadAjaxPanel where dynamically load a usercontrol with two buttons and a Radgrid but in design. The data visualization works fine. Now, I would like to export the RadGrid using RadGrid Export function, when I click one of the buttons inside my user control.
What is the proper procedure to do this?
I have read several examples, but I think the fact that I have the master page and content page with update panel changes the perspective of how to implement the export.
Thanks in advance
I'm trying for the first time the Telerik controls on Asp.net.
I created a master page and I put a ContentPlaceHolder inside. On the Content page, inside the ContentPlaceHolder, I put a RadAjaxPanel where dynamically load a usercontrol with two buttons and a Radgrid but in design. The data visualization works fine. Now, I would like to export the RadGrid using RadGrid Export function, when I click one of the buttons inside my user control.
What is the proper procedure to do this?
I have read several examples, but I think the fact that I have the master page and content page with update panel changes the perspective of how to implement the export.
Thanks in advance