C# 클래스 Ext.Net.GroupingSummary

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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 ( Observable sender ) : void
RegisterCalculations ( ) : void

메소드 상세

RefreshSummary() 공개 메소드

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

ShowSummaryMsg() 공개 메소드

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.
리턴 void

ToggleSummaries() 공개 메소드

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.
리턴 void