those are core IG libraries listed to support controls.. :
infragistics.core.js
infragistics.dv.js
infragistics.lob.js
What are the other js files ( functions) that are in the modules folder such as
infragistics.ui.grid.cellmerging.js
infragistics.ui.treegrid.filtering.js
etc... lots of them.. how they are used and where some documentation regarding them
Thanks
Hello mcseidel,
From http://www.igniteui.com, you can scroll to the bottom of the page and click on the "View Help Topics" link. From there, expand "Get Started with Ignite UI" and choose "JavaScript Files in Ignite UI".
Elizabeth AlbertLocalization Engineer
Thanks, I just wonder how I would be able to get to that link from the home page : http://www.igniteui.com/
If you have further questions feel free to contact us.
These 3 files (core, dv, lob) are the combined javascript files.
The other javascript files in the modules folder are the files for individual controls and features. They are included in the combined files, but if you want to reduce the amount of loaded javascript, you can use these (more files to reference, but smaller size) instead.
These files are documented in our help.
http://www.igniteui.com/help/deployment-guide-javascript-files
That help topic should list the required javascript files for any control.