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

[Solved] Grid Footer Styling TR and TD

1 Answer 166 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rdochert
Top achievements
Rank 1
rdochert asked on 18 Mar 2008, 11:21 AM
i'm completing the process of moving existing grid's to prometheus and have found that the asp.net version of grid would set the class of each cell in the grid footer row as well as setting the class for the <tr> row tag.

in prometheus, this isn't happening.

  <tr class="GridFooter_Grid">
   <td class="GridFooter_Grid">&nbsp;</td>

in prometheus this comes out as:
  <tr class="GridFooter_Grid">
   <td>&nbsp;</td>

internet explorer then gets choosy about setting borders on the footer. my grid skin sets a border-top which no longer appears (this is after adding the style into the skin as "tr.GridFooter_Grid" to go with the existing "td.GridFooter_Grid" - before i added that, the footer wasnt being styled at all).

any ideas?

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 21 Mar 2008, 11:57 AM
Hi rdochert,

As you can see on our online examples for the classic and Prometheus Grid, the footer is rendered in the same way (without class for the cells) for both versions. I have attached screenshots for reference.

Since you are using a custom skin I can guess that something might be wrong with it. I can refer you to this help article which is dealing with custom skins.

I hope this helps.

Sincerely yours,
Pavel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
rdochert
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Share this question
or