Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Column.getReadOnly
Retrieves a boolean value indicating whether the data in the column is read-only.
Syntax
public boolean getReadOnly()
Return Value
Returns true if the column is marked as read-only; otherwise, returns false. Note that if the parent DataGrid control's allowUpdate property is set to false, getReadOnly can still return false even though the data in the column cannot be changed.
See Also setReadOnly