Hi Isomorphic
creating this post I noticed that SmartClient ListGridField.canHide is marked as "IR" only (v12.0p_2022-03-31 and newer).
The SmartGWT setter ListGridField.setCanHide() does not mention this.
Other setters like for ListGrid.alwaysShowOperatorIcon match here in SmartClient and SmartGWT (see the throws IllegalStateException exception there).
I have been using this setter in SmartGWT successfully after init, so I think the docs in SmartClient are wrong and should be IRW.
Can you have a look? A text search in the ListGridField docs for IllegalStateException shows that all setters (allowFilterExpressions, allowFilterOperators, ...) should work after init.
Best regards
Blama
creating this post I noticed that SmartClient ListGridField.canHide is marked as "IR" only (v12.0p_2022-03-31 and newer).
The SmartGWT setter ListGridField.setCanHide() does not mention this.
Other setters like for ListGrid.alwaysShowOperatorIcon match here in SmartClient and SmartGWT (see the throws IllegalStateException exception there).
I have been using this setter in SmartGWT successfully after init, so I think the docs in SmartClient are wrong and should be IRW.
Can you have a look? A text search in the ListGridField docs for IllegalStateException shows that all setters (allowFilterExpressions, allowFilterOperators, ...) should work after init.
Best regards
Blama
Comment