hi
listgridField.setHidden(true);
listGrid.refreshFields();
refreshFields can lead to the following exception:
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) : Die Eigenschaft "getItems" eines undefinierten oder Nullverweises kann nicht abgerufen werden.
at Unknown.pGb(Exceptions.java:36)
at Unknown.Umc(ListGrid.java:17137)
Do you have a clue why?
(we are using smartgwt-5.0-2015-08-20) with IE-11).
listgridField.setHidden(true);
listGrid.refreshFields();
refreshFields can lead to the following exception:
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) : Die Eigenschaft "getItems" eines undefinierten oder Nullverweises kann nicht abgerufen werden.
at Unknown.pGb(Exceptions.java:36)
at Unknown.Umc(ListGrid.java:17137)
Do you have a clue why?
(we are using smartgwt-5.0-2015-08-20) with IE-11).
Comment