I have a Web application which implemented in MVC (Razor) environment. Inside this application, there is a page that shows data from SQL Server(using Entity Framework) with WebGrid.
I want to know that how can I embed a button to download this WebGrid data as a PDF file?
Thanks in advance.