Hi Customer,
Thanks for sharing details.
Based on the details you provided, we were able to replicate
the issue on our end. To resolve this, we suggest using the following CSS
styles:
|
<style>
.e-rowcell .e-editedbatchcell{
height: 25px
!important;
}
input.e-input,
.e-numeric,.e-input-group input,
.e-input-group.e-control-wrapper
input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper
input.e-input {
height: 20px
!important;
}
</style>
|
Refer to the below sample,
https://blazorplayground.syncfusion.com/LNrpNlhfJHFEmRJa
Kindly get back to us for further assistance.