Blog Post

Accessing Infragistics JavaScript Files Directly

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.



Posted 11-09-2009 10:10 AM by craigshoemaker

Comments

nileshdhote wrote re: Accessing Infragistics JavaScript Files Directly
on 05-03-2012 1:10 AM

I do not have js file having igtbl_getCellByElement,  igtbl_getRowById functions. Can somebody please provide me the same.

Add a Comment


Sign in to post a comment.