3.2.0

Checkboxes not displaying

var checkbox = new My.Templates.CheckboxLabel;
checkbox.setCheckedProperty("true", "Yes")
checkbox.setCheckedProperty("false", "No")
obj.setColumnTemplate(checkbox, 7);

This is the code that I'm using, but the checkbox doesn't display in the grid.

Could any one please tell me what I'm doing wrong?
garth
July 18,

This topic is archived.

See also:


Back to support forum