:: Forum >>

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
Thursday, June 26, 2008
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)
Monday, June 30, 2008

This topic is archived.


Back to support forum

Forum search