Running SmartGWT 6.0p-eval. When I set listGrid.setCanReorderRecords (true) and then try to reorder records via the mouse I get the following exception (many depending on how long I drag the mouse):
15:36:34.075:MMV9:WARN:Log:Uncaught exception escaped: com.google.gwt.core.client.JavaScriptException
(TypeError) : retVal_0_g$.booleanValue_0_g$ is not a function
at anonymous(Canvas.java:11644)
at gvc_g$(Impl.java:233)
at jvc_g$(Impl.java:285)
at anonymous(Impl.java:71)
The record appears to drag but does not reorder when dropped. Also the dotted red line indicating where the record would drop does not appear.
I tried copying the example code from http://www.smartclient.com/smartgwt/...n_drag_reorder verbatim and got the same result.
Any idea what might be wrong?
Thanks
15:36:34.075:MMV9:WARN:Log:Uncaught exception escaped: com.google.gwt.core.client.JavaScriptException
(TypeError) : retVal_0_g$.booleanValue_0_g$ is not a function
at anonymous(Canvas.java:11644)
at gvc_g$(Impl.java:233)
at jvc_g$(Impl.java:285)
at anonymous(Impl.java:71)
The record appears to drag but does not reorder when dropped. Also the dotted red line indicating where the record would drop does not appear.
I tried copying the example code from http://www.smartclient.com/smartgwt/...n_drag_reorder verbatim and got the same result.
Any idea what might be wrong?
Thanks
Comment