Search Type: Posts; User: oleg_cohen

Search: Search took 0.01 seconds.

  1. Well, I actually found a workaround ....

    Define a checkbox field:

    CheckBox checkBox = new CheckBox();
    checkBox.setReadOnly(false);
    checkBox.setEnabled(false);

    Add editor for the...
  2. Is there any update on this? I am also running into the same issue. The reason for the issue is that GridRowEditing is use in conjunction with the CheckBoxSelection model which contributes its own...
Results 1 to 2 of 2