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:
- Navigate to C:\Program Files\Infragistics (or the path you chose to install the toolset)
- Open the folder for the version of the toolset on your machine. For instance: NetAdvantage 2009.2
- Open the ASP.NET folder
- Select either CLR2.0 or CLR3.5 folders, depending on which CLR version your application is running against
- 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.
Posted
11-09-2009 10:10 AM
by
craigshoemaker