Available in the OSS Version

Infragistics Loader - Overview

This sample demonstrates how to initialize the loader using the JavaScript implementation. As shown in the accompanying code listings, you must provide the path to required CSS and JavaScript directories and declare which resources the loader will fetch for the page. This sample loads the igGrid control with the Sorting feature.

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

Infragistics Loader is a class component which asynchronously loads JavaScript and Cascading Styles Sheets files on a page. The loader API provides configuration for resource, JavaScript path, Cascading Styles Sheets path and preferred theme. The control 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, only then does the loader execute the specified callback function. See the complete list of samples in the menu.

Code View

Copy to Clipboard