This question is locked. New answers and comments are not allowed.
Hi, What would be the correct approach to control readonly attribute with Javascript? I actually have an Option group that define a set of readonly attributes of a grid. For example:
Grid: ColumnA
ColumnB
Column C
OptionGroup:
Option1
Option2
If Option1 => ColumnB.readonly(true) / ColumnC.readonly(false)
if Option2 => ColumnB.readonly(false) / ColumnC.readonly(true)
How can I accomplish this scenario? What would be the API to access property ReadOnly of a given column?
Thanks in advance
German
Grid: ColumnA
ColumnB
Column C
OptionGroup:
Option1
Option2
If Option1 => ColumnB.readonly(true) / ColumnC.readonly(false)
if Option2 => ColumnB.readonly(false) / ColumnC.readonly(true)
How can I accomplish this scenario? What would be the API to access property ReadOnly of a given column?
Thanks in advance
German