CGridView Date Range Without Cookies or Session (External Filtering)

Comparing #8 with #9

Revision #9 was created by Maurizio Domba Cerin Maurizio Domba Cerin on Aug 1, 2013, 8:10:48 AM.

adjusted the image

Content

Here's a tutorial on how to create a CGridView with external date filters the trick is to create hidden columns within the CGridView Filters something like in the example below: ![grid](<img width="660px" src="http://snag.gy/5dXk2.jpg " alt="grid")>

first we have to create a Class File for the column that we will put our hidden fields
you can save this file under protected/components folder

this tutorial does not only apply to date filtering but also to other forms of filtering that is outside the CGridView
[...]