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

Grouping - Outlook-style Grouping

Drag a column header and drop it here to group by that column
Name 
Title 
Supervisor 
Office Address 
Mary Patterson
VP Sales
Diane Murphy
100 Market Street
Jeff Firrelli
VP Marketing
Diane Murphy
100 Market Street
William Patterson
Sales Manager (APAC)
Mary Patterson
5-11 Wentworth Avenue
Gerard Bondur
Sale Manager (EMEA)
Mary Patterson
43 Rue Jouffroy D'abbans
Anthony Bow
Sales Manager (NA)
Mary Patterson
100 Market Street
Leslie Jennings
Sales Rep
Anthony Bow
100 Market Street
Leslie Thompson
Sales Rep
Anthony Bow
100 Market Street
Julie Firrelli
Sales Rep
Anthony Bow
1550 Court Place
Steve Patterson
Sales Rep
Anthony Bow
1550 Court Place
Foon Yue Tseng
Sales Rep
Anthony Bow
523 East 53rd Street
Page 1 in 3, items 1 to 10 of 22.
* Note:Generate your own grid with Code Generator

Description & Sample code

KoolGrid support data grouping feature. To enable this feature, you simply set AllowGrouping 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 grouping feature.

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

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

KoolGrid also has the GroupPanel which user can drag and drop the column header into in order to group. To show the group panel, you set ShowGroupPanel property of GridTableView to true