![]() | ![]() |
KoolGrid - Powerful PHP GridFullVersion 5.7.0.1 released on 05/19/2017
Grouping - Outlook-style Grouping
![]() |
Could not connect to database! Click here to re-install |
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
![]() | ![]() |