Hi,
We have recently moved to Infragistics.WPF.v.9.1, because of the new features of XamDataGrid. Filtering on different types is a long awaited functionality. However it's not working entirely well, when you are using your own converter.
We have a DateTime column which hosts a date in UTC format. In order to display it in local time we apply a converter on the value. As soon as I select one of the predefined filtering options e.g Yesterday, This Month, Last Quarter the filtering throws a specified cast invalid exception. It is because the returned value is the string representation of the option not its DateTime equivalent. Is there any available Converter for those values? Or I have to implement by myself?
Regards,Peter
The issue seems to be resolved using version 9.1.20091.2049.
To answer the question: if IG filter cannot make difference between two entries it will display additional information in brackets.
Regads,Peter
Peter,
I am not sure how you reproduced this as I cannot do so. Could you please give us more information on that particular column? If you have a sample that reproduces this, please attach it to your next post.
Hi Alex,
Do you happen to know how to display seconds for the entries in the filter dropdown for DateTime column? We have entries that differ only in seconds e.g. 23/06/2009 17:00 as you can see in the attached screenshot.
I noticed that some of the entries has some extra information in brackets. What are those? How can I disable them?
Yes, this is also resolved.
Alex.
Thanks, I'll verify as soon as that version is available in-house.
In the meantime I noticed that grouping is affected too. Please see the attached screenshot for the wierd result of grouping for fields with DateTime object. Could you please verify if the recommended version works as expected when you want to group DateTime objects with custom converter applied?
Thanks,Peter