Hello,
We have a XamGrid control that contains custom columns. All of our columns are derived from the EditableColumn class. One of our custom columns is a DateTime column, but it is not derived from the DateColumn class. Is it possible to have this custom column filter as if it is a DateColumn without actually being a DateColumn object?
Thanks,
Chris
Hello Chris,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can say that if you want such filters on non DateTimeColumn, you should create your own filters. Here it is explained step by step how to do so:
http://help.infragistics.com/doc/WPF/2013.2/CLR4.0/?page=xamGrid_Create_a_Custom_Filter.html
Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Just to clarify, if we use a DateColumn as one of the columns in the grid, we get advanced date time filters such as options to filter by quarter, tomorrow, week, month, etc. If we just use an EditableColumn in the grid we just get the very basic filters, equals and not equals. Is there a way to use an EditableColumn type and get the advanced date time filters associated with the DateColumn?
-Chris