For a list of all members of this type, see Selection members.
Name | Description | |
---|---|---|
AutoPostBackFlags | Returns the SelectionAutoPostBackFlags for the Selection behavior | |
CellClickAction | Returns/sets the action that will occur when a cell is clicked on the WebDataGrid. | |
CellSelectType | Determines how many cells can be selected at any given time.
Note: this property relates only to the UI functionality. Cells can still be selected via the API. None - Cells will not be selected. Single - Only one cell can be selected at a time. Multiple - More than one cell can be selected at the same time. | |
ColumnSelectType | Determines how many columns can be selected at any given time.
Note: this property relates only to the UI functionality. Columns can still be selected via the API. None - Columns will not be selected. Single - Only one column can be selected at a time. Multiple - More than one column can be selected at the same time. | |
EnableCrossPageSelection | Setting this property to true allows selected rows/cells from one page to be retained while the page is switched. | |
Enabled | Determines if the behavior is enabled. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) | |
EnableHiddenSelection | Directs the behavior to skip over hidden columns when continuous cell or column selection is being done. | |
Grid | A reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) | |
Index | Index of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) | |
IsEmpty | Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
Name | Overridden. Returns the name of the object. This name is used on client to create the object. | |
OwnerCollection | A reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) | |
RowSelectType | Determines how many rows can be selected at any given time.
Note: this property relates only to the UI functionality. Rows can still be selected via the API. None - Rows will not be selected. Single - Only one row can be selected at a time. Multiple - More than one row can be selected at the same time. | |
SelectedCellCssClass | The CssClass that will be applied when a cell is selected. | |
SelectedCells | A collection of cells that are currently selected in the WebDataGrid.
To select a cell, use the Add method off of the Collection. To unselect a cell, use the Remove method off of the Collection. | |
SelectedColumns | A collection of columns that are currently selected in the WebDataGrid.
To select a column, use the Add method off of the Collection. To unselect a column, use the Remove method off of the Collection. | |
SelectedHeaderCssClass | The CssClass that will be applied to a column header when a column is selected. | |
SelectedRows | A collection of rows that are currently selected in the WebDataGrid.
To select a row, use the Add method off of the Collection. To unselect a row, use the Remove method off of the Collection. | |
SelectedRowSelectorCssClass | The CssClass that will be applied to the row selector when a row is selected. | |
SelectedRowSelectorImageCssClass | The CssClass that will be applied to the row selector image when a row is selected. | |
SelectionClientEvents | List of events which are fired on client side. |
Name | Description | |
---|---|---|
AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
ControlRunBot | Returns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) | |
DelayLoadingClientCollections | Customizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
IsTrackingViewState | This method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
PropCount | Overridden. Returns the total number of properties on the object that should go to the client.. This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class. If you are deriving from this object and need to add additional client properties, you must override this property. | |
RequiresDataBinding | Indicates if the behavior requires data binding when added or removed from grid's behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) | |
TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |