3.2.0

set check box readonly?

I am using a check box embeded into a cell of a grid. I need this check box not editable. How can I set a AW.UI.CheckBox read-only? I tried several ways, but all failed.

Thanks
mrhsh
June 26,
AW.UI.Checkbox is a standalone control and does not work as cell template - use AW.Templates.Checkbox instead. If you want to prevent changing the checkbox value you have to use onCellValueChanging event - the 'disabled' property is not supported for the grid cells.
Alex (ActiveWidgets)
June 30,

This topic is archived.

See also:


Back to support forum