This question is locked. New answers and comments are not allowed.
With Q1 2011 beta this code don't work, font style don't apply
this code working with previus version.
<% Html.Telerik().Grid<View>() .Name(Model.Id) .TableHtmlAttributes(new { style = "font: 9px Tahoma, sans-serif;" }) .DetailView(detailView => detailView.ClientTemplate( Html.Telerik().TabStrip()
......... this code working with previus version.
