Hi AC,
Greetings from syncfusion support.
Query#: I am getting incorrect layout (arrows are on top of the text). How can I fix that?
By default, Grid incentcell(left space of grid content after grouped) adjust based on the Grid columns width resizing. Based on your requirement, we have defined fixed width for indentcell of EJ2 Grid to overcome the problem. Please refer the below code example for more information.
<style>
.e-grid .e-group-intent {
width: 20px !important;
}
</style> |
Regards,
R. Dhivya