I've downloaded the latest service release and updated my project (today).I've updated Themes, JS, and the Infragistics.Web.MVC.dll (all dated 9/5/2011)I then proceeded to test the fixes for this release. Development issue 84857 ("filtering is not timezone-insensitive when converting ticks") does not seem to be resolved.It appears that issue 84867 ("pager is not updated correctly on specific conditions (0 or records < page Size), when remote filtering and paging are enabled") is resolved so I think it's safe to say I have the latest updates in my project.I've looked at the data being used by the grid and the fields have a value of "8/11/2011 12:00:00 AM" and have a DateTimeKind of Unspecified.When I filter for dates on "8/11/2011" I am getting zero results displayed in the grid.
Note that i am referring to some special cases where the timezone offset is big enough to produce a different day. It may still work in your case, but there are some edge cases where it could be a problem. If your end users are in the same timezone as the server, there shouldn't be a problem (of course that's not a solution )
Thanks,
Angel
Hey Tony,
Sorry for the delay. Our team has found that the issue is more involved than expected, and has to do with a potential bug in the way ASP.NET MVC encodes dates and transfers them to the client, which can result in loss of timezone offsets, therefore - wrong conversions. For that reason sometimes you may be filtering by day X but it may get converted to X-1 or X+1, depending on timezone offset, hence returning no results.
The bug is returned to development at the moment and we will address it shortly.
Thanks a lot,
I re-installed. re-copied the dll and javascript.
It seems to be working now.
Thank you.
Hello Tony,
2030 is the correct build of the latest service release.
Please use the DLL file and the necessary JavaScript files from this build .
Let me know if you still experience the issue.
Still hoping to get the right build. Please let me know if you need anything from me to figure out what is going on.
Thanks,Tony