Is it possible to import/Export from/to excel in igGrid directly, without using much of the jQuery or Javascript coding?
How about import data from Excel?
Thanks,
Suzanne
Hi,Yep, it's possible - just take a look at this samples from the Samples Browser:https://www.igniteui.com/infragistics-excel/create-excel-worksheet All it has on the client-side (in terms of JavaScript) is just an igGrid and a button that causes the page to perform a POST.From there on everything is handled by the server-side - just take a look at the ExcelExporter method there - it's where the preparations for the export are made.If you have any other questions, please let us know.All the best,Borislav