Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorblack
bgColorlightgrey
Excerpt

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. 

Code Block
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