/// <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"); }
/// <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"); }
/// <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"); }
/// <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"); }