Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
igGrid Durandal2 Excel Export
posted

Hi all,

I found this great blog by infragistics on including igGrid with Durandal 2 support. 

http://es.infragistics.com/community/blogs/pivanov/archive/2014/09/16/adding-iggrid-in-durandal-2.aspx

How would I do an excel export with Durandal 2? Is there an example for this?

All the examples I find for excel are using something like the following:

<script id = "exportGrid">
function exportGrid() {
$.ig.GridExcelExporter.export($("#grid"), {
fileName: "igGrid"
});
};
</script>

This however does not seem to work using Durandal 2.

Any reference materials, sample project, or examples on how this works? I looked over the iggrid documentation without much success to find other approaches.

Thanks,

Parents
No Data
Reply
  • 16310
    Offline posted

    Hi,

    Thank you for posting in the Infragistics community ! I am currently working onto your issue and will update you with my findings.

Children