Is it possible to extend the available options for date operands? I would like to be able to set a custom filter to show records with a date in the next four weeks for example. I know that Next Month is available but that can be anywhere between four and nine weeks which is not acceptable.
Hello,
In addition to the suggestions I shared in my previous post, I can say that you can use external filtering in order to achieve the functionality you want. In the samples Browser under xamDataGrid / Performance / Improved Performance in Filtering section there is a sample showing how to use this feature.
We are struggling with the exact same issue. How to setup a date filter to show all records [WITHIN THE NEXT XX DAYS] or [OCCURRED IN THE LAST XX DAYS]
Please advise if you got this working as I would really like to give some feedback to out clients.
Thank you for checking. Since we cannot add dynamic dates to the drop down, we are pursuing a different solution.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hello again,
I apologize, it seems like that I misunderstood you. I can say that you can use the CustomFilterDialogWindow by selecting the (Custom item from the Filter XamComboEditor )and create the Filter you need. You just need to add to conditions with an ‘AND’ operator and set the Time interval by which you want to sort.