Property | Type | Description | |
---|---|---|---|
InitializeCell | void | ||
RegisterForSelectAll | void | ||
RegisterSelectAllScript | void | ||
SetIndexValue | void | ||
selectorDataBinding | void | ||
selector_ServerChange | void |
Method | Description | |
---|---|---|
FindColumn ( |
Finds the first RowSelectorColumn in the given GridView.
|
|
FindColumn ( |
Finds the first RowSelectorColumn in the given GridView after or at the given column index.
|
|
SelectAll ( ) : void |
Checks In all row selecter CheckBoxes found in a GridView control.
|
Method | Description | |
---|---|---|
CreateField ( ) : System.Web.UI.WebControls.DataControlField |
Provides the creation of child control.
|
|
OnSelectionChanged ( |
Raises the SelectionChanged event.
|
Method | Description | |
---|---|---|
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void | ||
RegisterForSelectAll ( ParticipantCheckBox selector ) : void | ||
RegisterSelectAllScript ( ) : void | ||
SetIndexValue ( System.Web.UI.HtmlControls.HtmlInputRadioButton radioSelector ) : void | ||
selectorDataBinding ( Object sender, |
Set the value of given selector.
|
|
selector_ServerChange ( object sender, |
The SelectionChanged event.
|
protected CreateField ( ) : System.Web.UI.WebControls.DataControlField | ||
return | System.Web.UI.WebControls.DataControlField |
public static FindColumn ( |
||
grid | The |
|
return |
public static FindColumn ( |
||
grid | The |
|
startIndex | The index of the column to start the search. | |
return |
protected OnSelectionChanged ( |
||
e | ||
return | void |