Announcement

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

    Cannot toggle checkbox in Listgrid New Row

    Hi,

    I have a simple ListGrid with checkbox selection column using listGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX). The checkbox works fine with rows that contain record.
    But when I add new record via listGrid.startEditingNew(), I cannot toggle (checked/unchecked) checkbox in that new row.
    How can I resolve this?

    Thanks.

    #2
    See ListGrid Editing overview, in particular, the section on Unsaved Records.

    Comment

    Working...
    X