This question is locked. New answers and comments are not allowed.
Hi,
I want to filter Grid by only Date when my column is DateTime and format is dd/MM/yyyy hh:mm with "Is equal to" filter criteria used. Currently I have to insert both Date and time to filter the records. I want to filter by only date for example 14/05/2012 should filters the records of 14/05/2012 00:00 to 14/05/2012 23:59.
Is there any work around to do this. Can I extend any class or Extension method override filter functionality.
I want to filter Grid by only Date when my column is DateTime and format is dd/MM/yyyy hh:mm with "Is equal to" filter criteria used. Currently I have to insert both Date and time to filter the records. I want to filter by only date for example 14/05/2012 should filters the records of 14/05/2012 00:00 to 14/05/2012 23:59.
Is there any work around to do this. Can I extend any class or Extension method override filter functionality.