Version

VirtualScrolling class Members

The following tables list the members exposed by VirtualScrolling.

Public Constructors
 NameDescription
Public ConstructorVirtualScrolling Constructor  
Public Properties
 NameDescription
Public PropertydataFetchDelayGets a wait delay between the scrollbar movements to initiate the rows request to the server.  
Public PropertyelementReturns the element assoicated with the item. (Inherited from Infragistics.Web.UI.GridBehavior)
Public Propertyevents (Inherited from Infragistics.Web.UI.GridBehavior)
Public Propertyid (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertyisInitialized (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertyisUpdating (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertynameGets the name of the behavior. (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertyrowCacheFactorGets row cache factor. Defines the cache size in number of visible rows times the factor.  
Public PropertyscrollingModeGets scrolling mode: 0 - virtual, 1 - deferred.  
Public PropertythresholdFactorGets cache threshold factor. Defines the threshold point of the cache size in number of visible rows times the factor.  
Public PropertytooltipCssClassGets css class name for the tooltip.  
Public PropertytooltipVisibilityGets visibility of tooltip. 0 - tooltip appears in deferred mode and does not appear in virtual. 1 - tooltip always appear, 2 - tooltip never appears.  
Public Methods
 NameDescription
Public MethodbeginUpdate (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethoddisposeCalled by the framework when the behavior is being disposed of.  
Public MethodendUpdate (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode. (Inherited from Infragistics.Web.UI.GridBehavior)
Public Methodinitialize (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethodraisePropertyChanged (Inherited from Infragistics.Web.UI.GridBehavior)
Public Methodupdated (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethodupdateGridWithNewRowsThis method is to be used only if the EnableClientRendering property is set to true. It updates the grid with new rows retrieved during a scroll request and the virtual scrolling behavior with a new row cache size and top row index.  
Public Events
See Also