So, I'm using MVC.net to basically to query data by date range (from - to date) where I have some additional filters I'd like to apply once the data is rendered to my page. I've looked at "FlexiGrid" as a viable option, however I'm having issues with loading my existing JSON data onto it, seeing as the request method requires you to pass a URL, which in my case I'd just need to pass the data to the grid. (If someone has a solution for this, please feel free to share).
Anyhow!! Anyone know where I can find some sample demos to apply the data filters directly on my grid display to simply show() or hide() the data with the click of a button / checkbox once the data is loaded. Thanks!