Property | Type | Description | |
---|---|---|---|
CancelEdit | void | ||
CopyOrderedDictionary | IOrderedDictionary | ||
CreateAutoFieldProperties | AutoGeneratedFieldProperties[] | ||
CreateEmptyrRow | GridViewRow | ||
CreatePagerRow | GridViewRow | ||
CreateRowDataKey | IOrderedDictionary | ||
DeleteCallback | bool | ||
EditRow | void | ||
EndRowEdit | void | ||
GetRowState | DataControlRowState | ||
GetRowValues | IOrderedDictionary | ||
ICallbackContainer | string | ||
ICallbackEventHandler | string | ||
ICallbackEventHandler | void | ||
IPostBackContainer | PostBackOptions | ||
IPostBackEventHandler | void | ||
LoadDataKeyArrayState | void | ||
OnFieldsChanged | void | ||
ProcessEvent | void | ||
RenderGrid | void | ||
RequireBinding | void | ||
SaveDataKeyArrayState | object[] | ||
SelectRow | void | ||
ShowPage | void | ||
Sort | void | ||
UpdateCallback | bool | ||
UpdateRow | void | ||
UpdateRow | void |
Method | Description | |
---|---|---|
DataBind ( ) : void | ||
DeleteRow ( int rowIndex ) : void | ||
GridView ( ) : System | ||
IsBindableType ( Type type ) : bool | ||
Sort ( string newSortExpression, SortDirection newSortDirection ) : void |
Method | Description | |
---|---|---|
CreateAutoGeneratedColumn ( AutoGeneratedFieldProperties fieldProperties ) : AutoGeneratedField | ||
CreateChildControls ( IEnumerable data, bool dataBinding ) : int | ||
CreateChildTable ( ) : Table | ||
CreateColumns ( PagedDataSource dataSource, bool useDataSource ) : ICollection | ||
CreateControlStyle ( ) : Style | ||
CreateDataSourceSelectArguments ( ) : DataSourceSelectArguments | ||
CreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState ) : GridViewRow | ||
ExtractRowValues ( IOrderedDictionary fieldValues, GridViewRow row, bool includeReadOnlyFields, bool includePrimaryKey ) : void | ||
GetCallbackResult ( ) : string | ||
GetCallbackScript ( IButtonControl control, string argument ) : string | ||
InitializePager ( GridViewRow row, int columnSpan, PagedDataSource dataSource ) : void | ||
InitializeRow ( GridViewRow row, DataControlField fields ) : void | ||
LoadControlState ( object ob ) : void | ||
LoadViewState ( object savedState ) : void | ||
OnBubbleEvent ( object source, EventArgs e ) : bool | ||
OnDataPropertyChanged ( ) : void | ||
OnDataSourceViewChanged ( object sender, EventArgs e ) : void | ||
OnInit ( EventArgs e ) : void | ||
OnPageIndexChanged ( EventArgs e ) : void | ||
OnPageIndexChanging ( GridViewPageEventArgs e ) : void | ||
OnPagePreLoad ( object sender, EventArgs e ) : void | ||
OnPreRender ( EventArgs e ) : void | ||
OnRowCancelingEdit ( GridViewCancelEditEventArgs e ) : void | ||
OnRowCommand ( GridViewCommandEventArgs e ) : void | ||
OnRowCreated ( GridViewRowEventArgs e ) : void | ||
OnRowDataBound ( GridViewRowEventArgs e ) : void | ||
OnRowDeleted ( GridViewDeletedEventArgs e ) : void | ||
OnRowDeleting ( GridViewDeleteEventArgs e ) : void | ||
OnRowEditing ( GridViewEditEventArgs e ) : void | ||
OnRowUpdated ( GridViewUpdatedEventArgs e ) : void | ||
OnRowUpdating ( GridViewUpdateEventArgs e ) : void | ||
OnSelectedIndexChanged ( EventArgs e ) : void | ||
OnSelectedIndexChanging ( GridViewSelectEventArgs e ) : void | ||
OnSorted ( EventArgs e ) : void | ||
OnSorting ( GridViewSortEventArgs e ) : void | ||
PerformDataBinding ( IEnumerable data ) : void | ||
PrepareControlHierarchy ( ) : void | ||
RaiseCallbackEvent ( string eventArgs ) : void | ||
RaisePostBackEvent ( string eventArgument ) : void | ||
Render ( HtmlTextWriter writer ) : void | ||
SaveControlState ( ) : object | ||
SaveViewState ( ) : object | ||
TrackViewState ( ) : void |
Method | Description | |
---|---|---|
CancelEdit ( ) : void | ||
CopyOrderedDictionary ( IOrderedDictionary sourceDic ) : IOrderedDictionary | ||
CreateAutoFieldProperties ( PagedDataSource source ) : AutoGeneratedFieldProperties[] | ||
CreateEmptyrRow ( int fieldCount ) : GridViewRow | ||
CreatePagerRow ( int fieldCount, PagedDataSource dataSource ) : GridViewRow | ||
CreateRowDataKey ( GridViewRow row ) : IOrderedDictionary | ||
DeleteCallback ( int recordsAffected, Exception exception ) : bool | ||
EditRow ( int index ) : void | ||
EndRowEdit ( ) : void | ||
GetRowState ( int index ) : DataControlRowState | ||
GetRowValues ( GridViewRow row, bool includeReadOnlyFields, bool includePrimaryKey ) : IOrderedDictionary | ||
ICallbackContainer ( IButtonControl control, string argument ) : string | ||
ICallbackEventHandler ( ) : string | ||
ICallbackEventHandler ( string eventArgs ) : void | ||
IPostBackContainer ( IButtonControl control ) : PostBackOptions | ||
IPostBackEventHandler ( string eventArgument ) : void | ||
LoadDataKeyArrayState ( object state ) : void | ||
OnFieldsChanged ( object sender, EventArgs args ) : void | ||
ProcessEvent ( string eventName, string param, bool causesValidation ) : void | ||
RenderGrid ( HtmlTextWriter writer ) : void | ||
RequireBinding ( ) : void | ||
SaveDataKeyArrayState ( ) : object[] | ||
SelectRow ( int index ) : void | ||
ShowPage ( int newIndex ) : void | ||
Sort ( string newSortExpression ) : void | ||
UpdateCallback ( int recordsAffected, Exception exception ) : bool | ||
UpdateRow ( GridViewRow row, int rowIndex, bool causesValidation ) : void | ||
UpdateRow ( int rowIndex, bool causesValidation ) : void |
protected CreateAutoGeneratedColumn ( AutoGeneratedFieldProperties fieldProperties ) : AutoGeneratedField | ||
fieldProperties | AutoGeneratedFieldProperties | |
return | AutoGeneratedField |
protected CreateChildControls ( IEnumerable data, bool dataBinding ) : int | ||
data | IEnumerable | |
dataBinding | bool | |
return | int |
protected CreateColumns ( PagedDataSource dataSource, bool useDataSource ) : ICollection | ||
dataSource | PagedDataSource | |
useDataSource | bool | |
return | ICollection |
protected CreateDataSourceSelectArguments ( ) : DataSourceSelectArguments | ||
return | DataSourceSelectArguments |
protected CreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState ) : GridViewRow | ||
rowIndex | int | |
dataSourceIndex | int | |
rowType | DataControlRowType | |
rowState | DataControlRowState | |
return | GridViewRow |
protected ExtractRowValues ( IOrderedDictionary fieldValues, GridViewRow row, bool includeReadOnlyFields, bool includePrimaryKey ) : void | ||
fieldValues | IOrderedDictionary | |
row | GridViewRow | |
includeReadOnlyFields | bool | |
includePrimaryKey | bool | |
return | void |
protected GetCallbackScript ( IButtonControl control, string argument ) : string | ||
control | IButtonControl | |
argument | string | |
return | string |
protected InitializePager ( GridViewRow row, int columnSpan, PagedDataSource dataSource ) : void | ||
row | GridViewRow | |
columnSpan | int | |
dataSource | PagedDataSource | |
return | void |
protected InitializeRow ( GridViewRow row, DataControlField fields ) : void | ||
row | GridViewRow | |
fields | DataControlField | |
return | void |
protected LoadControlState ( object ob ) : void | ||
ob | object | |
return | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | |
return | void |
protected OnBubbleEvent ( object source, EventArgs e ) : bool | ||
source | object | |
e | EventArgs | |
return | bool |
protected OnDataSourceViewChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected OnPageIndexChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnPageIndexChanging ( GridViewPageEventArgs e ) : void | ||
e | GridViewPageEventArgs | |
return | void |
protected OnPagePreLoad ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected OnRowCancelingEdit ( GridViewCancelEditEventArgs e ) : void | ||
e | GridViewCancelEditEventArgs | |
return | void |
protected OnRowCommand ( GridViewCommandEventArgs e ) : void | ||
e | GridViewCommandEventArgs | |
return | void |
protected OnRowCreated ( GridViewRowEventArgs e ) : void | ||
e | GridViewRowEventArgs | |
return | void |
protected OnRowDataBound ( GridViewRowEventArgs e ) : void | ||
e | GridViewRowEventArgs | |
return | void |
protected OnRowDeleted ( GridViewDeletedEventArgs e ) : void | ||
e | GridViewDeletedEventArgs | |
return | void |
protected OnRowDeleting ( GridViewDeleteEventArgs e ) : void | ||
e | GridViewDeleteEventArgs | |
return | void |
protected OnRowEditing ( GridViewEditEventArgs e ) : void | ||
e | GridViewEditEventArgs | |
return | void |
protected OnRowUpdated ( GridViewUpdatedEventArgs e ) : void | ||
e | GridViewUpdatedEventArgs | |
return | void |
protected OnRowUpdating ( GridViewUpdateEventArgs e ) : void | ||
e | GridViewUpdateEventArgs | |
return | void |
protected OnSelectedIndexChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnSelectedIndexChanging ( GridViewSelectEventArgs e ) : void | ||
e | GridViewSelectEventArgs | |
return | void |
protected OnSorting ( GridViewSortEventArgs e ) : void | ||
e | GridViewSortEventArgs | |
return | void |
protected PerformDataBinding ( IEnumerable data ) : void | ||
data | IEnumerable | |
return | void |
protected RaiseCallbackEvent ( string eventArgs ) : void | ||
eventArgs | string | |
return | void |
protected RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
return | void |
protected Render ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | |
return | void |
public Sort ( string newSortExpression, SortDirection newSortDirection ) : void | ||
newSortExpression | string | |
newSortDirection | SortDirection | |
return | void |