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

Grid Has No Style / Skin

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 07 Jan 2011, 11:12 PM
I am using the RadGrid in a page - but for some reason it displays without any skin / styling. The grid is in a usercontrol - and I have a RadFormDecorator declared in the main page.

Here is the code I am using to display the grid:
<telerik:RadGrid ID="AddUserGrid" AutoGenerateColumns="false" ShowFooter="true" Width="400px" runat="server">
 <PagerStyle Mode="NextPrevAndNumeric" />
 <MasterTableView AutoGenerateColumns="false" TableLayout="Auto" ShowFooter="true">
     <Columns>
         <telerik:GridBoundColumn DataField="email" HeaderText="Email" />
         <telerik:GridBoundColumn DataField="username" HeaderText="UserName" />
                                 
     </Columns>
 </MasterTableView>
 <ClientSettings>
     <Selecting AllowRowSelect="true" />
 </ClientSettings>
 
 </telerik:RadGrid>

And here is how it looks:
Rendered Grid

Any idea on why all the style would be missing?

1 Answer, 1 is accepted

Sort by
0
Christopher
Top achievements
Rank 1
answered on 07 Jan 2011, 11:33 PM
Got it fixed - external issue.
Tags
Grid
Asked by
Christopher
Top achievements
Rank 1
Answers by
Christopher
Top achievements
Rank 1
Share this question
or