コード例 #1
0
 /// <summary>
 ///		Required method for Designer support - do not modify
 ///		the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Load += new System.EventHandler(this.Page_Load);
     // 11/26/2005 Paul.  Add fields early so that sort events will get called.
     grdMain.DynamicColumns("Cases.Contacts");
 }
コード例 #2
0
 /// <summary>
 ///		Required method for Designer support - do not modify
 ///		the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Load += new System.EventHandler(this.Page_Load);
     // 12/05/2005 Paul.  Add fields early so that sort events will get called.
     grdMain.DynamicColumns("Opportunities.MyOpportunities");
 }
コード例 #3
0
 /// <summary>
 ///		Required method for Designer support - do not modify
 ///		the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Load += new System.EventHandler(this.Page_Load);
     // 11/26/2005 Paul.  Add fields early so that sort events will get called.
     grdMain.DynamicColumns("Accounts.MemberOrganizations");
 }
コード例 #4
0
 /// <summary>
 ///		Required method for Designer support - do not modify
 ///		the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Load += new System.EventHandler(this.Page_Load);
     grdMain.DynamicColumns("Activities.MyActivities");
 }