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 |