Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    bug with grid.setFieldProperties

    SmartClient 7.0rc2, firefox;
    client side

    I try to dynamically changed a field.canEdit prop, depends on another field's value
    what I found is if I set this field.canEdit: false during list creation, this field canEdit can't be changed when editing a new row.

    help is appreciated.

    Ty,

    #2
    See canEditCell() - this is how you're meant to control editability.

    Comment

    Working...
    X