Property | Type | Description | |
---|---|---|---|
GridFilterColumnLookup | string>.Dictionary |
Method | Description | |
---|---|---|
ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the fDevice control.
|
|
DisplayFilterValue ( object sender, |
Displays the text of the current filters
|
|
DynamicData_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the DynamicData control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
ShowSettings ( ) : void |
Shows the settings.
|
|
gReport_GridRebind ( object sender, |
Handles the GridRebind event of the gReport control.
|
|
gReport_RowSelected ( object sender, |
Handles the RowSelected event of the gReport control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
Method | Description | |
---|---|---|
AddGridColumns ( Rock.Web.UI.Controls.Grid grid, |
Adds the grid columns.
|
|
BoolToString ( bool b ) : string |
Converts bool to string.
|
|
BuildControls ( bool setData ) : void |
Builds the controls.
|
|
FilterTable ( Rock.Web.UI.Controls.Grid grid, |
Gets the sorted view.
|
|
GetData ( string &errorMessage ) : |
Gets the data.
|
|
GetDynamicDataMergeFields ( ) : object>.Dictionary |
Gets the dynamic data merge fields.
|
|
GetParameters ( ) : object>.Dictionary |
Gets the parameters.
|
|
SetDataKeyNames ( Rock.Web.UI.Controls.Grid grid, |
Sets the data key names.
|
|
SortTable ( Rock.Web.UI.Controls.Grid grid, |
Gets the sorted view.
|
|
StringToBool ( string s ) : bool? |
Converts string to bool
|
protected ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
return | void |
protected DynamicData_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected gReport_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gReport_RowSelected ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |