Hi.
Please help me. I want add to each column header picture(not text). For each column different picture.
for example column1 header have picture1
column2 header have picture2
But I don't know how can I do this.
Thanks and regards.
1 Answer, 1 is accepted
0
Maya
Telerik team
answered on 28 Jun 2011, 03:58 PM
Hi sharp,
Generally, the Header of each column is of type object and you may define the element you want inside:
<telerik:GridViewDataColumn>
<telerik:GridViewDataColumn.Header>
<telerik:RadButtonContent="ClickMe"/>
<telerik:GridViewDataColumn.Header>
<telerik:GridViewDataColumn>
In this case a button is defined, but you may display the required image as well.
Best wishes,
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items