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?
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,