Could you educate me how to set the height of every line of Grid?
2 Answers, 1 is accepted
0
Accepted
Eyup
Telerik team
answered on 24 Jul 2019, 07:26 AM
Hi Sarah,
You can achieve this requirement using the following CSS rule:
<style>
.k-grid td,
.k-grid td .k-checkbox,
.k-grid td .k-checkbox-label {
line-height: 0.8em !important;
height: 0.8em !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
</style>
That should do the trick.
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.