Hi everyone,
I just start to using TreeGrid, and I found some error that I can't solve by myself. I think this is maybe a bugs of SmartGWT 2.5 (I am currently using this version). The error occur in click handler, everytime I triple/four click the tree node, it will produce this error. Please someone help me to solve this problem. Thanks alot.
Note: Here is the log from my console :
I just start to using TreeGrid, and I found some error that I can't solve by myself. I think this is maybe a bugs of SmartGWT 2.5 (I am currently using this version). The error occur in click handler, everytime I triple/four click the tree node, it will produce this error. Please someone help me to solve this problem. Thanks alot.
Note: Here is the log from my console :
Code:
10:50:43.815 [ERROR] [chameleon_bee_web] 10:50:43.795:WARN:TreeGrid:isc_TreeGrid_5:getCellRecord called with bad rowNum: null com.smartgwt.client.core.JsObject$SGWT_WARN: 10:50:43.795:WARN:TreeGrid:isc_TreeGrid_5:getCellRecord called with bad rowNum: null at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 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.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) at java.lang.Thread.run(Thread.java:619)
Comment