Announcement

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

    ListGrid Multiple Selection Checkbox with editing

    Hi,

    I am trying to allow my listgrid to be able to have multiple checkbox selections with editing.

    In other words, I need to have a listgrid that has these 3 options together:
    testList.setCanEdit(true);
    testList.setSelectionType(SelectionStyle.MULTIPLE);
    testList.setSelectionAppearance(SelectionAppearance.CHECKBOX);

    When CanEdit is set to true, selection style multiple is not working, I only can select all or one.

    Any ideas?

    Thank you.
Working...
X