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

RadGrid skin not working

2 Answers 132 Views
Grid
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 14 Dec 2010, 12:29 PM
Hi,

My other grids are working fine - but this one doesn't display any skin whatsoever, even if I change the skin.  Please see attached images illustrating the problem.

Code is below;  please help.

<telerik:RadGrid ID="grdEmail" runat="server" AllowFilteringByColumn="True" EnableAjaxSkinRendering="true" AllowPaging="True" Width="900px" AllowSorting="True" AutoGenerateColumns="False" GridLines="None" onitemcommand="grdEmail_ItemCommand" onneeddatasource="grdEmail_NeedDataSource">
  <MasterTableView>
    <RowIndicatorColumn>
      <HeaderStyle Width="20px"></HeaderStyle>
  </RowIndicatorColumn>
  <ExpandCollapseColumn>
    <HeaderStyle Width="20px"></HeaderStyle>
  </ExpandCollapseColumn>
  <Columns>
    <telerik:GridBoundColumn HeaderText="Service No." UniqueName="serviceNumber" DataField="serviceNumber">
   </telerik:GridBoundColumn>
 etc...
  </Columns>
</MasterTableView>
</telerik:RadGrid>


Kind regards,
James

2 Answers, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 15 Dec 2010, 05:39 AM
This is solved, thanks.

The problem was that the CSS style.css file wasn't being delivered due to a change in code by another programmer on this project.
0
Hugo
Top achievements
Rank 1
answered on 24 Nov 2015, 12:15 AM
Yo tengo el mismo problema, como puedo solucionarlo, acabo de adquirir estos controles
Tags
Grid
Asked by
James
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Hugo
Top achievements
Rank 1
Share this question
or