Свойство | Тип | Описание | |
---|---|---|---|
OnBeforeClientInit | void | ||
RegisterCalculations | void |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
OnBeforeClientInit ( |
||
RegisterCalculations ( ) : void |
public RefreshSummary ( string groupValue ) : void | ||
groupValue | string | |
Результат | void |
public ShowSummaryMsg ( string groupValue, string msg ) : void | ||
groupValue | string | group value |
msg | string | Text to use as innerHTML for the summary row. |
Результат | void |
public ToggleSummaries ( bool visible ) : void | ||
visible | bool | visible 'true' to show the summary, 'false' to hide the summary. |
Результат | void |