The following tables list the members exposed by Clipboard.
Name | Description | |
---|---|---|
Clipboard Constructor |
Name | Description | |
---|---|---|
element | Returns the element assoicated with the item. (Inherited from Infragistics.Web.UI.GridBehavior) | |
events | (Inherited from Infragistics.Web.UI.GridBehavior) | |
id | (Inherited from Infragistics.Web.UI.GridBehavior) | |
isInitialized | (Inherited from Infragistics.Web.UI.GridBehavior) | |
isUpdating | (Inherited from Infragistics.Web.UI.GridBehavior) | |
name | Gets the name of the behavior. (Inherited from Infragistics.Web.UI.GridBehavior) |
Name | Description | |
---|---|---|
beginUpdate | (Inherited from Infragistics.Web.UI.GridBehavior) | |
copy | Copies selected cells into clipboard. | |
cut | Places currently active or selected cells into clipboard and removes the cell values from the grid by assiggning null. Numeric columns convert null into 0. | |
dispose | Called by the framework whe the object is being disposed of. | |
endUpdate | (Inherited from Infragistics.Web.UI.GridBehavior) | |
getEditingOn | Gets flag which represents current editing behavior in progress with option to exit edit mode. (Inherited from Infragistics.Web.UI.GridBehavior) | |
initialize | (Inherited from Infragistics.Web.UI.GridBehavior) | |
paste | Pastes clipboard content into the grid starting from either active or passed in cell. The grid attempts to cast pasted values to each column's type; it is possible that strings will be converted to 0 and dates of unmatched format to null. If the clipboard contains more than one cell of data this cell is used as the left top cell of pasted data. Pasting a single cell value into several selected cells will replicate this value into each selected cell in the grid. If no actvive cell nor the parameter are defined, data is pasted from the first cell of the first row. | |
raisePropertyChanged | (Inherited from Infragistics.Web.UI.GridBehavior) | |
updated | (Inherited from Infragistics.Web.UI.GridBehavior) |
Name | Description | |
---|---|---|
disposing | (Inherited from Infragistics.Web.UI.GridBehavior) | |
propertyChanged | (Inherited from Infragistics.Web.UI.GridBehavior) |