3.2.0

Disable checkbox

Guys,

IsnĀ“t there any support for disabling an AW.UI.Checkbox?

Thanks,
Ecil
July 7,
No, disabled state is not supported yet.
Alex (ActiveWidgets)
July 9,
Created workaround using wingdings checkbox in place of control. Works good

obj.getCellTemplate(25).setStyle('font-family','Wingdings');
for (k = 0; k <= celldatalength-1; k++){obj.setCellText(CellData[k][25]=='0'? 'o' : '&#9632;',25,k);};
jt
September 20,

This topic is archived.

See also:


Back to support forum