This is a migrated thread and some comments may be shown as answers.

row height

1 Answer 414 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
marion
Top achievements
Rank 1
marion asked on 10 Jun 2013, 12:42 PM
How can I adjust the row height of the main table?
I have set up a new class called .xxx (I am experimenting)  with the following code I tried reducing the padding and margins but it did not seem to make any difference to the minimum height the row could shrink to.

.xxx {
padding:0px 0px 0px 0px;
height:30px;
margin:0px 0px 0px 0px;
font-size:10px;
font-style:normal;
white-space:normal
}

I have tried making the text 2px to see if it made a difference but it does not so I know there must be another parameter that I need to change.

the following is an extract from the coding that has been created largely by default.



<table class="xxx" cellspacing="0" role="grid"><colgroup><tbody><tr role="row" data-uid="b898281e-0146-4fbb-b0a6-afeaef8a3e94"><td role="gridcell" style="display:none">1</td><td role="gridcell" style="display:none">1</td><td role="gridcell">Hearing</td><td role="gridcell" title="Description: very forgetful in the mornings and if i put a lot of text in here ">very forgetful in the mornings and if i put a lot of text in here</td><td role="gridcell">true</td><td role="gridcell" title=" and there is some info in here toocc ">and there is some info in here toocc</td><td role="gridcell"></tr>

any help gratefully received
Marion

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 12 Jun 2013, 11:26 AM
Hi Marion,

Please take a look at this forum thread - it discusses how to change the row's height in Kendo UI Grid.
 
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
marion
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or