Hi Khalipha,
Thanks for contacting Syncfusion support.
We have tried to reproduce the reported behavior with the provided code example, but it was unsuccessful at our end. The grouping and ungrouping action by drag and drop the column header is working fine in our latest version (v
19.4.41). Find the below sample for your reference.
By further validating, we found that the Grid’s depending component CSS styles are not included in the project.
Screenshot: Sort icon, close icon, expand icon and collapse icons are not rendered in the Grid.
Kindly import below CSS style scripts to resolve this styling issue,
|
[App.vue]
<style>
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-vue-grids/styles/material.css';
</style>
|
Still, if you face the issue, kindly share the below details to validate further.
- Share the package.json file.
- Share the issue reproducible sample or try to make the issue in the given sample.
- Share NPM and Node.js version.
Regards,
Rajapandiyan S