Accessing Infragistics JavaScript Files Directly

Craig Shoemaker / Monday, November 9, 2009

Most often the JavaScript files used by Infragistics controls are pulled into a page automatically by the ScriptManager. If you need to access a script file directly however here are the required steps:

  1. Navigate to C:\Program Files\Infragistics (or the path you chose to install the toolset)
  2. Open the folder for the version of the toolset on your machine. For instance: NetAdvantage 2009.2
  3. Open the ASP.NET folder
  4. Select either CLR2.0 or CLR3.5 folders, depending on which CLR version your application is running against
  5. Open the Scripts folder

The Scripts folder has the JavaScript files required for each control in the toolset. You also will find the ASPNET_AJAX_Scripts.zip file that has packaged all the script files used by the Infragistics ASP.NET Aikido controls.