hello, can you help me
i want to export from grid to excel. i copy code sample in you suport page to an html page then i rut it. i see and error "Error exporting: $self is not defined"
an other one,
i doing a project in mvc5, i want to export to excell that what file must i load for export(ex: js,css.....), if i not have this file, where i can find it and download
thanks for help
i used 14.1 version so it do not support client export then i upgrated to 14.2
now it done, thanks for suport!
Hello Cuong,
I am just checking the progress of this issue. Please let me know if you require further assistance.
I am not aware of this particular exception, and yet it seems there could be missing a reference to some of the resources required. I suggest to check again if all are present and just in case in the same exact order. I believe you are referring to the following online sample: http://www.igniteui.com/client-side-excel-library/create-excel-worksheet-in-browser
<!--Required scripts--> <script src="http://modernizr.com/downloads/modernizr-latest.js"></script> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<!-- External files for exporting --> <script src="http://www.igniteui.com/js/external/FileSaver.js"></script> <script src="http://www.igniteui.com/js/external/Blob.js"></script>
<!-- Ignite UI Loader Script --> <script src="http://cdn-na.infragistics.com/igniteui/2014.2/latest/js/infragistics.loader.js"></script> <script src="http://www.igniteui.com/data-files/adventureworks.min.js"></script>
How to use the client side excel library documentation, including the required resources is located here . However, please notice this sample is regarding using the new Client-Side Excel Library.
If you are interested in using the Standard Excel Library, please refer to the following sample and detailed documentation, http://www.igniteui.com/infragistics-excel/overview http://help.infragistics.com/Doc/jQuery/2014.2/CLR4.0?page=Win_Infragistics_Excel_Engine.html