:: Forum >>

How to hide Text by the check box

I have a checkbox column in my grid which is working. However, there is a trailing text true/false displaying. How can I hide that text? Any idea?
Thanks!

var obj = new AW.UI.Grid;
... ...
... ...
var checkBox = new AW.Templates.Checkbox;
obj.setCellTemplate(checkBox,5);
obj.refresh();

|_| true
|_| False
|_| true
|_| False
Brenda
Thursday, November 15, 2007
obj.setCellText("", 5);
Alex (ActiveWidgets)
Friday, November 16, 2007

This topic is archived.


Back to support forum

Forum search