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

Image in GroupHeaderTemplate

1 Answer 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
registros
Top achievements
Rank 1
registros asked on 13 Mar 2012, 11:25 PM
Ive been unable to add an Image to a Group Header Template. 
Is there a restriction to the content added to that template ?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Mar 2012, 05:58 AM
Hello,

Here is the sample code that I tried which worked as expected.
aspx:
<telerik:RadGrid ID="RadGrid1"  AutoGenerateColumns="true" DataSourceID="SqlDataSource1"  runat="server">
 <MasterTableView>
   <GroupHeaderTemplate>
     <asp:Image ID="img" runat="server" ImageUrl="~/Images/img.gif" />
   </GroupHeaderTemplate>
 </MasterTableView>
</telerik:RadGrid>

Thanks,
Princy.
Tags
Grid
Asked by
registros
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or