Version

GridAction class

Object contains info about an action that the grid is passing back to the server.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GridAction = function( 
   type : String,
   ownerName : String,
   object : {Any},
   value : {Any},
   tag : {Any}
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GridAction();
Inheritance Hierarchy
See Also