Hi Michel,
By default, the grid element has no margin. For your reference we have attached the screenshot below for the same.
If you want to set the margin then you can set by using the below code snippet.
<style>
.e-grid {
margin: 10px;
}
</style> |
We have attached the screenshot which shows the margin sets as 10px. Also attached sample for your reference.
If you are still facing any issues then kindly share us the issue reproducing sample or reproduce the issue in the provided sample.
Regards,
Jeevakanth SP.