|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
I can confirm the first problem as well. Date range window does not appear, just a calendar.
|
|
#3
|
|||
|
|||
|
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. |
![]() |
| Thread Tools | Search this Thread |
|
|
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 |