Hi Esman,
Greetings from Syncfusion support.
You can override the default styles in Grid to achieve this requirement. Please use as like the styles below. You can hide the Grid’s group drop area based on the screen size by using the below style,
|
[site.css]
@media screen and (max-width: 800px) {
.e-grid .e-groupdroparea {
display:none;
}
}
|
We have also prepared a sample for your reference, please download the sample from the link below,
Please get back to us if you need further assistance.
Regards,
Renjith R