Out of curiosity, what is required to use the Excel Library within the jQuery controls? Can you simply export an Excel file using jQuery, or do you require an MVC back-end like the example here on the site?
Hello,
You can use Infragistics.Web.Mvc.Documents.Excel.dll from C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\jQuery\MVC\Common\Bin folder. You need MVC back-end as shown in the example on below link:
<https://www.igniteui.com/infragistics-excel/create-excel-worksheet>
You can export data in ASP.NET project also. In order to do so you need to get data in code behind from services or from data source of iggrid and export it to Excel.
I hope this helps.
I am just following up to see if you need any further assistance with this matter.
How can I export the igGrid to Excel; I don't have MVC or dlls, all I have is javascripts, jQuery, and html.