:: Forum >>

Disable checkbox

Guys,

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

Thanks,
Ecil
Friday, July 7, 2006
No, disabled state is not supported yet.
Alex (ActiveWidgets)
Sunday, July 9, 2006
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
Wednesday, September 20, 2006

This topic is archived.


Back to support forum

Forum search