My requirement is to filter a datetime column to a specific day. I can do this manually on the column using the grid controls to create a between filter. How would I perform this same functionality from the code behind, or any other filtering for that matter?
If this is not possible then is there a way that I can create a Javascript method that I can call that would perform the same functionality?