DkGridRowGrouping
You can access this instance through the property named rowGrouping of the DkGridComponent.
Generics
<T>
represents the object's shape coming from the data source.
Methods
Method | Description |
---|---|
| It moves all the columns from the group panel to the center panel. Params: None. Return: |
Events
Event | Description |
---|---|
| It emits when the user moves a column to, from, or inside the group panel. This event sends all the resulting columns after the movement. Params: None. Return: |
| It emits when the user opens or closes a group row. Params: None. Return: |
Last updated