This question is locked. New answers and comments are not allowed.
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
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