KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridFullVersion 5.7.0.0 released on 25/11/2016

Filtering - Basic Filtering

customerNumber 
customerName 
phone 
city 
103
Atelier graphique
40.32.2555
Nantes
112
Signal Gift Stores
7025551838
Las Vegas
114
Australian Collectors, Co.
03 9520 4555
Melbourne
119
La Rochelle Gifts
40.67.8555
Nantes
121
Baane Mini Imports
07-98 9555
Stavern
124
Mini Gifts Distributors Ltd.
4155551450
San Rafael
125
Havel & Zbyszek Co
(26) 642-7555
Warszawa
128
Blauer See Auto, Co.
+49 69 66 90 2555
Frankfurt
129
Mini Wheels Co.
6505555787
San Francisco
131
Land of Toys Inc.
2125557818
NYC
Page 1 in 13, items 1 to 10 of 122.
* Note:Generate your own grid with Code Generator

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.