Since using SmartGWT 2.5 and ListGridEditorCustomizer I get an error in my SpinnerItems when trying to retrieve the entered data:
While using 2.4 and createRecordComponent() I was able to validate user-typed input in my number fields with this method.
What happened to this method?
I'm using SmartGWT 2.5 and GWT 2.3
Code:
com.google.gwt.core.client.JavaScriptException: (TypeError): self.getEnteredValue is not a function:
What happened to this method?
I'm using SmartGWT 2.5 and GWT 2.3
Comment