News

When working on web applications in ASP.NET Core 5 or ASP.NET Core MVC 5, you will often need to generate and display PDF documents to the user.
I've got a page that's displaying data from a jQuery Flexigrid datagrid. Out of the box, the Flexigrid doesn't support exporting to Excel. What I've done is modified the Flexigrid to have an Excel ...