Grid last row cannot display the bottom line

 Hi,

     Example: https://stackblitz.com/edit/angular-kmlmpx?file=app.component.html,app.component.css,app.component.ts

The last row cannot display the bottom line!

 1. Add Grid in Dialog:



2. Resize the Dialog:


1 Reply

RR Rajapandi Ravi Syncfusion Team August 11, 2022 12:26 PM UTC

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


Loader.
Up arrow icon