It seems that the canToggle does not work in the new SmartGWT version.
What we did until now is:
listGridField.setType(ListGridFieldType.BOOLEAN);
listGridField.setCanToggle(true);
And this resulted in a grid column with a checkbox that could be set and unset without having to go to edit mode.
This does not seem to work anymore.
Did something change?
What we did until now is:
listGridField.setType(ListGridFieldType.BOOLEAN);
listGridField.setCanToggle(true);
And this resulted in a grid column with a checkbox that could be set and unset without having to go to edit mode.
This does not seem to work anymore.
Did something change?
Comment