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

[Solved] TableHtmlAttributes don't work

1 Answer 52 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.
Paolo
Top achievements
Rank 1
Paolo asked on 01 Mar 2011, 06:03 PM
With Q1 2011 beta this code don't work, font style don't apply

<%  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.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Mar 2011, 08:48 AM
Hi Paolo,

We are aware of this problem and have already fixed it. Changes will take effect in the official Q1 release. Sorry about the temporary inconvenience.

Greetings,
Dimo
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Grid
Asked by
Paolo
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or