![]() | ![]() |
KoolGrid - Powerful PHP GridTrialVersion 2.0.0.0 released on 2/28/2010
Filtering - Basic Filtering
![]() |
The example requires database in order to run. Click here to install now! |
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.
![]() | ![]() |