class TestList : Web
{
public override void BuildContents()
{
try
{
string SelectedFields = this.Dispatch.QueryField("SelectedFields");
if ((SelectedFields != null) & & (SelectedFields != ""))
{
AddContent("Selected …
class TestList : Web
{
public override void BuildContents()
{
try
{
string SelectedFields = this.Dispatch.QueryField("SelectedFields");
if ((SelectedFields != null) & & (SelectedFields != ""))
{
AddContent("Selected …
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 column…