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

Reply
 
Thread Tools Search this Thread
  #1  
Old 21st May 2012, 05:31
c0wande c0wande is offline
Registered Developer
 
Join Date: May 2012
Posts: 2
Default ListGrid - Date Filter Editor

I am using gwt2.3 and Smartgwt 2.4 and both FireFox 11 and IE 7.

Here is my code.

// grid was defined as ListGrid
String occCriteriaStage = (String) Offline.get("occCriteria");
grid.setCriteria(new Criteria(JSON.decode(occCriteriaStage)));

In runtime, i.e. when I restarted IE or Firefox, I got occCriteriaStage as below.

{
"operator":"and",
"_constructor":"AdvancedCriteria",
"criteria":[
{
"fieldName":"occStageId",
"operator":"iContains",
"value":"52"
},
{
"fieldName":"statusCd",
"operator":"equals",
"value":"PENDING"
},
{
"_constructor":"AdvancedCriteria",
"operator":"and",
"criteria":[
{
"fieldName":"assignedDtTm",
"operator":"greaterOrEqual",
"value":"2012-05-01T04:00:00"
}
]
}
]
}

which is correct. The problem is that the Date filter editor dose not show any value while the other two show. Note that the grid seems still filtering correctly based on the date criteria but just NOT show its criteria on its filter editor. Can you please advice how to fix it?

Thanks,

Deqing

Last edited by c0wande; 24th May 2012 at 10:36..
Reply With Quote
  #2  
Old 22nd May 2012, 07:41
c0wande c0wande is offline
Registered Developer
 
Join Date: May 2012
Posts: 2
Default

Is it an known issue? if it has been fixed already, can you tell me which release contains the fix?

Thank you in advance,

Deqing
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads
Thread Thread Starter Forum Replies Last Post
ListGrid filter editor jchajdiak Smart GWT Technical Q&A 1 3rd Apr 2012 13:19
listgrid filter editor date range acarur01 Technical Q&A 9 7th Sep 2011 13:05
Simple date filter in ListGrid marcinka Smart GWT Technical Q&A 8 29th Jul 2010 23:49
Date ranges in ListGrid filter editor eug Smart GWT Technical Q&A 0 6th Jul 2009 18:42
problems with filter editor and ListGrid janusz Technical Q&A 3 15th Jun 2008 17:02

© 2010,2011 Isomorphic Software. All Rights Reserved