If you have a ListGrid with three columns, two of which have canHide:false, and one initially hidden, the Column picker in the header context-menu disappears and you cannot select the initially hidden field.
1. SmartClient Version: v9.1p_2014-05-11/Pro Deployment (built 2014-05-11)
2. FF ESR 24.5.0
6. Create a ListGrid and add three columns, two with setCanHide(Boolean.TRUE), and one with setHidden(Boolean.TRUE). The Column picker disappears. Comment out one of the setCanHide(Boolean.TRUE), and the Column picker comes back with two columns for selection.
1. SmartClient Version: v9.1p_2014-05-11/Pro Deployment (built 2014-05-11)
2. FF ESR 24.5.0
6. Create a ListGrid and add three columns, two with setCanHide(Boolean.TRUE), and one with setHidden(Boolean.TRUE). The Column picker disappears. Comment out one of the setCanHide(Boolean.TRUE), and the Column picker comes back with two columns for selection.
Comment