Hi wills,
Greetings from Syncfusion support
We have checked your query and you can resolve your
mentioned problem by using the below custom CSS. Please refer the below code
example and sample for more information.
|
<style>
.e-gridcontent tr:last-child td {
border-bottom-width: 1px;
}
</style>
|
Sample: https://stackblitz.com/edit/angular-kmlmpx-anlkaq?file=app.component.html,app.component.css,index.html
Regards,
Rajapandi R