Ignite UI Infragistics Loader
When delivering an application over the web, speed and download size are things that need to be considered. Ignite UI’s Loader helps you keep your download size manageable by only downloading the component you need when you need them. The Loader allows you to asynchronously load JavaScript and Cascading Style Sheets files on a web page. The loader API provides configuration for resources, JavaScript path, Cascading Style Sheet path and preferred theme. The component can auto-detect locale or you can manually set preferred locale and regional settings. After all the required scripts are loaded and ready to use, the loader executes a specified callback function to bootstrap your application.
View SampleDynamic Download
As a developer, you strive to create applications that load quickly, run fast, and take up as little memory as possible. The Infragistics Loader can help you keep your application payload light with Dynamic Downloads. This feature allows you to defer downloading of Ignite UI features until your user needs them.
View Sample