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

skinng a htmltable to a telerik skin

1 Answer 108 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Christian Hanke
Top achievements
Rank 1
Christian Hanke asked on 28 Aug 2009, 03:10 PM
Hello,

i got a problem and it's importent so find a comfortable and quick solution. i hope to get help.

i got a radgrid and a htmltable on a page. the htmltable got a basic style.. so it doesnt look very well and i want to skin the htmltable like the skin i used for my radgrid.

so is there any possibility to skin a htmltable with telerik skin?


Many Tanks

Chris

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Aug 2009, 05:07 AM
Hi Chris,

Give a try with the following approach and see whether it helps.

ASPX:

 <telerik:RadGrid ID="RadGrid2" runat="server" AllowPaging="true" PageSize="7" Skin="Web20"  >  
 

 
<div class="RadGrid_Web20" style="width:400px">  
                <table class="rgMasterTable" cellspacing="0" style="width: 100%"
                    <tr> 
                        <th class="rgHeader"
                            header cell</th> 
                        <th class="rgHeader"
                            header cell</th> 
                    </tr> 
                    <tr class="rgRow"
                        <td> 
                            data cell</td> 
                        <td> 
                            data cell</td> 
                    </tr> 
                    <tr class="rgRow"
                        <td> 
                            data cell</td> 
                        <td> 
                            data cell</td> 
                    </tr> 
                </table> 
            </div>  
 


Thanks
Shinu.
Tags
General Discussions
Asked by
Christian Hanke
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or