Filtering columns programmatically with multiple options

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?


1 Reply

VA Venkatesh Ayothi Raman Syncfusion Team January 11, 2018 11:25 AM UTC

Hi Lewis, 

Thanks for using Syncfusion products. 

We have built-in support to filter the Date column in Grid. Please refer to the following Help documentation and online demo, 



If you want to perform the Filtering operation in code behind then we suggest you to use WebMethodAdaptor to perform the Grid actions such as Filtering/Sorting/Paging in code behind. Please refer to the following Help documentation and Online demo for more information, 


If we misunderstood your requirement then could you please provide more details about your requirement with exact scenario? 

Regards, 
Venkatesh Ayothiraman. 


Loader.
Up arrow icon