Hi Ashley,
Greetings from Syncfusion support.
Query: “How to fix the width of the ID so that the customer name displayed properly.”
From your query we suspect that you want to display entire column name in Group dropped area. We suggest you to overcome the reported behavior by applying the below style to Grid. Refer the below cdoe example.
|
<style>
.e-grid .e-grouptext{
width: auto;
}
</style>
|
We have changed the width of Group column text to auto from specific width, so that entire text will be displayed.
Please get back to us if you have further queries.
Regards,
Vignesh Natarajan