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

[Solved] RadGrid FooterTemplate Style

1 Answer 423 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zinoviy Margovskiy
Top achievements
Rank 1
Zinoviy Margovskiy asked on 16 Jul 2009, 08:17 PM
Hi,

I have a grid where I set footer template like this:
                    <Columns> 
                        <telerik:GridTemplateColumn UniqueName="SetDescription" DataField="SetDescription" 
                            HeaderText="Criteria Type" ReadOnly="true"
                            <ItemTemplate> 
                                <asp:TextBox ID="txtCriteriaSet" runat="server" Text='<%# Eval("SetDescription") %>' /> 
                            </ItemTemplate> 
                            <FooterTemplate>                                 
                                <table width="100%" cellspacing="0" cellpadding="0"  border="0"
                                    <tr> 
                                        <td align="right"
                                            <table cellspacing="0" cellpadding="0"  border="0"
                                                <tr> 
                                                    <td> 
                                                        <asp:Label ID="lblTotalLeft" runat="server" Text="Total Left:" /> 
                                                    </td> 
                                                    <td> 
                                                        <asp:TextBox ID="txtTotalLeft" Text="0" runat="server" Width="80px" ReadOnly="true" /> 
                                                    </td>                                                 
                                                    <td> 
                                                        <asp:Label ID="lblTotalUsed" runat="server" Text="Total Used:" /> 
                                                    </td> 
                                                    <td> 
                                                        <asp:TextBox ID="txtTotalUsed" Text="0" runat="server" Width="80px" ReadOnly="true"/> 
                                                    </td> 
                                                </tr> 
                                            </table> 
                                        </td> 
                                    </tr> 
                                </table> 
                            </FooterTemplate> 
                        </telerik:GridTemplateColumn> 
                    </Columns> 

However, it looks like on web page for every table that I have defined inside the FooterTemple the border style is set outset or at least it looks like it is outset.  Here is the image: http://img146.imageshack.us/i/grido.png/

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 17 Jul 2009, 03:24 PM
Hello Zinoviy,

May I ask you to provide a live URL in order to investigate the problem locally? Thus will be able more easily to find a quick solution of this issue.

I am looking forward to hearing from you.

Best wishes,
Georgi Krustev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Zinoviy Margovskiy
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or