Go Back   SmartClient Forums > Smart GWT Technical Q&A
Wiki Register Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
  #1  
Old 11th May 2011, 01:50
jchajdiak jchajdiak is offline
Registered Developer
 
Join Date: Mar 2011
Posts: 90
Default Listgrid filterEditor

Hi,
I'm using latest nightly build of smartgwt pro 2.5
The problem is with date filter in ListGrid.
When I click on calendar icon, I get simple calendar instead of Date range window.
When I switch back to smargwt 2.4 everything is ok.

The second thing is, when I get Date range filter window, the black transparent background behind this window is not covering whole screen when the screen resolution is more than 1600x1200. This behavior is specific for IE8, in FF and Chrome it's ok.
Reply With Quote
  #2  
Old 11th May 2011, 08:34
mikejw mikejw is offline
Registered Developer
 
Join Date: Apr 2011
Posts: 6
Default

I can confirm the first problem as well. Date range window does not appear, just a calendar.
Reply With Quote
  #3  
Old 11th May 2011, 10:10
Isomorphic Isomorphic is offline
Administrator
 
Join Date: May 2006
Posts: 30,581
Default

See DataSource.willHandleAdvancedCriteria. Because the server connectors in Pro do not handle advanced criteria by default, you need to set this property to advise components that they can create AdvancedCriteria. This causes the ListGrid's filterEditor to choose either a DataRangeItem (if AdvancedCriteria are supported) or DateItem (if they are not).

As far as not covered the whole screen, this was fixed a while ago.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads
Thread Thread Starter Forum Replies Last Post
ListGrid FilterEditor removing the filter button johnboy Smart GWT Technical Q&A 14 6th Mar 2012 04:49
Layout problem with FilterEditor in ListGrid ycruz002 Technical Q&A 1 3rd Aug 2010 15:13
clearing the values of a listGrid filterEditor sonny Technical Q&A 10 15th Feb 2010 20:14
FilterEditor of ListGrid problem serdaroquai Smart GWT Technical Q&A 0 21st Jan 2010 04:10
ListGrid + filterEditor + hidden criteria pH4Lk0n Smart GWT Technical Q&A 2 16th Apr 2009 01:38

© 2010,2011 Isomorphic Software. All Rights Reserved