I have an editable ListGrid where I have setData() to a Record array. When I edit a cell in a row of the grid and then tab out of that cell I get a series of error messages in the console. Does this indicate a problem? Everything seems to work other than the error message showing up.
Code:
22:10:17.865 [ERROR] [ipgui] 22:10:17.864:WARN:ListGrid:isc_PoItemAssortment1DLayout$2_0:ListGrid.refreshCell(): first parameter rowNum not present, returning com.smartgwt.client.core.JsObject$SGWT_WARN: 22:10:17.864:WARN:ListGrid:isc_PoItemAssortment1DLayout$2_0:ListGrid.refreshCell(): first parameter rowNum not present, returning at sun.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) at java.lang.Thread.run(Thread.java:637)
Comment