Hi,
Filtering doen't seem to work for a TimeSpan column in instant feed back mode through either filter dropdown or automatic filter row or filter editor.
Thanks.
Hi,
Filtering doen't seem to work for a TimeSpan column in instant feed back mode through either filter dropdown or automatic filter row or filter editor.
Thanks.
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
We fixed the issue with the filter dropdown and FilterEditor. However, there is no way to fix the issue with AutoFilterRow since this issue occurs due to an OData restriction. Our AutoFilterRow generates queries using the "StartWith" operator. OData supports this operator only with the string type and doesn't support operations like ToString(). Thus, there is no way to fix this issue on our side since OData won't be able to compare the TimeSpan values that come from AutoFilterRow.
Hello,
We fixed the issue with a filter dropdown and FilterEditor. However, due to the OData restriction, there is no way to fix the issue with AutoFilterRow. We've added an additional explanation to the answer.
Thanks,
Kirill
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hi.
I added a sample project showing this issue.
Please activate the wcf data service first by viewing it in browser to load the nuget packages before running the project.
Hi Güray,
Many thanks for your sample. I have reproduced this exception and will discuss it with our developers. I will update this ticket once I have any news. Thank you for your patience in advance.
Thank you for your patience. It appears that there is an issue with generating queries when data is filtered by a TimeSpan field. Our developers will additionally research this issue. We will let you know once we find a solution.