Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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


  • No labels