Browse By Tags

  • An example using the GridColCheckBox class

    class TestList : Web { public override void BuildContents() { try { string SelectedFields = this.Dispatch.QueryField("SelectedFields"); if ((SelectedFields != null) & & (SelectedFields != "")) { AddContent("Selected Companies "); string[] sArray = SelectedFields…
  • Adding a checkbox to a grid in 7.2

    Read the following article on adding a GridColCheckBox to a List ( https://community.sagecrm.com/partner_community/b/net_development_tips/archive/2009/05/27/an-example-using-the-gridcolcheckbox-class.aspx ) but this does not appear to be working. The…