Hi there! Thank you for the wonderful open source project!
Either I am doing something wrong, or I've found a bug. I've attached a test case, which I've tried against the the Smart GWT 2.2 jar, and the latest nightly build, revision.1334 from here: http://www.smartclient.com/smartgwt/builds/
I have a table with a custom DataSource and a filter bar. The filter bar has both a date picker and a select item. When I pull down the filter for the Select column, make a selection, and then apply the filter, my selection does not show up in the select item in the filter bar. I also get the following warning on my GWT Development Console:
00:00:54.284 [ERROR] 10:37:15.230:TMR1:WARN:ListGrid:isc_ListGrid_0:Advanced criteria includes criteria for field:select with operator equals. Unable to display this type of criteria in the filter editor.
Stack trace for this error is at end of message. If I remove the date field, the problem goes away. I've tried fiddling with the settings of the ListGridFields and the DataSourceFields, as well as those of the ListGrid, but I haven't found a combination that works.
Any suggestions are most welcome!
Thanks, John
com.smartgwt.client.core.JsObject$SGWT_WARN: 10:37:15.230:TMR1:WARN:ListGrid:isc_ListGrid_0:Advanced criteria includes criteria for field:select with operator equals. Unable to display this type of criteria in the filter editor. 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.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:619)
Either I am doing something wrong, or I've found a bug. I've attached a test case, which I've tried against the the Smart GWT 2.2 jar, and the latest nightly build, revision.1334 from here: http://www.smartclient.com/smartgwt/builds/
I have a table with a custom DataSource and a filter bar. The filter bar has both a date picker and a select item. When I pull down the filter for the Select column, make a selection, and then apply the filter, my selection does not show up in the select item in the filter bar. I also get the following warning on my GWT Development Console:
00:00:54.284 [ERROR] 10:37:15.230:TMR1:WARN:ListGrid:isc_ListGrid_0:Advanced criteria includes criteria for field:select with operator equals. Unable to display this type of criteria in the filter editor.
Stack trace for this error is at end of message. If I remove the date field, the problem goes away. I've tried fiddling with the settings of the ListGridFields and the DataSourceFields, as well as those of the ListGrid, but I haven't found a combination that works.
Any suggestions are most welcome!
Thanks, John
com.smartgwt.client.core.JsObject$SGWT_WARN: 10:37:15.230:TMR1:WARN:ListGrid:isc_ListGrid_0:Advanced criteria includes criteria for field:select with operator equals. Unable to display this type of criteria in the filter editor. 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.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:619)
Comment