.e-grid .e-rowcell {
height:50px;
}
Thanks in advance
Hi Xander,
Sorry for the delay to getting back to you. Due to some internal notification problem, we are not able to track the forum 116010.
We have tried the code snippet, you provided. Its working fine for us.
<style> .e-grid .e-rowcell{ height:50px } </style>
|
We have created the simple sample based on the workaround that you have provided and please find the sample from the attachment.
Please let us know if we misunderstood your requirement
Regards,
Madhu Sudhanan. P
Thanks Madhu, you can set the grid row to be larger (e.g. 50px as in your example) but you cannot set it to be smaller than the default.Can you please tweak your example to make the row height 30px?ps. I'm trying to get it to have the same row height as the AngularJS grid "ng-grid". The default row height is not showing enough records on a desktop browser for me.Thanks
Hi Xander,
Thanks for using Syncfusion Products.
Currently we have decreased the row height of the Grid. The row height changes will be available in our upcoming Volume 1, 2014 release at first week of April. Please refer the attached screenshot for the altered grid.
If you still want to decrease the row height then we have suggested the below work around solution to decrease the row height of the grid. Please refer the below code snippet.
<style>
.e-grid .e-rowcell{
line-height:12px;
}
</style>
For your convenience, we have created a simple sample based on your request and the same can be downloaded from the attachment.
Please let us know if you have any queries.
Regards,
Ragavee U S
Hi Xander,
Thanks for your valuable update.
If you have any issues in the
future, please get back to us we will be happy to assist you.
Please let us know if you would
require any further assistance.
Regards
Mydeen S N