Hi Customer,
We have checked your query and we suspected that you need to modify the row height of the cell. To achieve this requirement we have already discussed the KB “ how to modify the Grid row height” using CSS property.
Please refer to the code example how to customize the row-height using CSS property:-
|
<style>
.e-grid { /* here we can change the grid font-size */
font-size: 18px;
}
.e-grid .e-rowcell { /* here we can change the grid row height */
line-height: 30px;
white-space: nowrap;
width: auto;
vertical-align: middle;
border-width: 1px 0px 0px 1px;
padding: 0.7em;
}
</style>
|
If you are expecting any other behavior other than this, please share us the following details.
1. Share us the Grid code example.
2. Graphical Representation/Video Demo to replicate the issue.
3. Exact scenario you need to achieve.
The provided information will be helpful to find the cause of the issue and provide you solution as early as possible.
Regards,
Farveen sulthana T