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

[Solved] Row height issue with ajax binding in 2011.1.315 version

0 Answers 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eddie
Top achievements
Rank 1
Eddie asked on 10 Jul 2011, 07:49 PM
Hi,
I'm using the latest version "2011.1.315" and found that when using custom ajx binding, on page next-previous and refresh actions the grid row height gets increased. How can I fix this.
I have tried different approaches as suggested from other posts but without success. e.g
<style type="text/css">
div.t-grid td
{
      line-height: 10px;
    
}
</style>
.RowAction(row =>  row.HtmlAttributes["style"] = "line-height:20px;height:20px;")
This is really critical to us so please give me some solution telerik.
It's only happening in IE8 and if I remove the <!DocType html> from the layout page then it starts taking effect but then other issues turns up in PopUp Windows so I cannot remove that html tag from the page.

Cheers
Eddie
Tags
Grid
Asked by
Eddie
Top achievements
Rank 1
Share this question
or