col.xyz.editable

Use this to indicate if a column should be readonly or not

Class

column

Property

col.xyz.editable

Formal specification

col.xyz.editable = true | false

Required

no

Default



Version

1.0

Comment



Example

# The grid with sandwich options, is initialized with a number of menu options, which cannot be edited. 

gd.columns=sandwich,price,number  gd.table=sandwich_order  gd.query=select name,price from sandwich_menu  gd.query.ds=gridds  col.sandwich=Sandwich  col.sandwich.type=string  *col.sandwich.editable=false* 



Reference