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.
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.