This is a migrated thread and some comments may be shown as answers.

Grid Export to PDF/Excel in ASP.NET MVC

1 Answer 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Premkumar
Top achievements
Rank 1
Premkumar asked on 02 Nov 2012, 11:09 AM
hi,

I have downloaded the trial version of Telerik ASP.NET RAD Controls and I want to develop a Grid control with Export capability (pdf, excel and csv). I got a sample application from the Telerix site but it is done in WebForms and I am finding issues after issues while intergrating with an ASP.NET MVC 3.0 app (Razor).

Is there an sample application out some where on how to use the Grid in MVC applicatin with Export capability.

TIA,
Prem

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 07 Nov 2012, 11:42 AM
Hello Premkumar,

I am afraid the export functionality will not work in ASP.NET MVC environment because it relies on regular postbacks. The difference between ASP.NET posts and ASP.NET MVC posts is that in MVC, your page does not undergo the traditional page lifecycle of ASP.NET. Instead, your posts are mapped to a single method for processing.

Kind regards,
Kostadin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Premkumar
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or