KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridTrialVersion 1.5.4.0 released on 1/15/2009

Filtering - Basic Filtering

Could not connect to database! Click here to re-install

Description & Sample code

KoolGrid support data filtering feature. To enable this feature, you simply set AllowFiltering property to true. You can set this property in KoolGrid's instance, GridTableView's instance or in Column's instance.

- If you set the property in KoolGrid's instance, all columns in grid will enable filtering feature.

- If you set the property in GridTableView's instance, only columns in that table will enable filtering feature.

- If you set the property in Column's instance, only that column will enable filtering feature.