C# Class Ext.Net.GroupingSummary

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
OnBeforeClientInit void
RegisterCalculations void

Public Methods

Method Description
RefreshSummary ( string groupValue ) : void

Note: requires that all (or the first) record in the group share the same group value.

ShowSummaryMsg ( string groupValue, string msg ) : void

Show a message in the summary row.

ToggleSummaries ( bool visible ) : void

Toggle the display of the summary row on/off

Private Methods

Method Description
OnBeforeClientInit ( Observable sender ) : void
RegisterCalculations ( ) : void

Method Details

RefreshSummary() public method

Note: requires that all (or the first) record in the group share the same group value.
public RefreshSummary ( string groupValue ) : void
groupValue string
return void

ShowSummaryMsg() public method

Show a message in the summary row.
public ShowSummaryMsg ( string groupValue, string msg ) : void
groupValue string group value
msg string Text to use as innerHTML for the summary row.
return void

ToggleSummaries() public method

Toggle the display of the summary row on/off
public ToggleSummaries ( bool visible ) : void
visible bool visible 'true' to show the summary, 'false' to hide the summary.
return void