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

Image in Grid Header issue

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 22 Oct 2008, 07:26 PM
I have images in the RadGrid header for each column, they work great but whenever I expand/collapse a group within the grid - the images disappear.

Is there some server-side event that fires for the Group collapse/expand...do I have to "rebind" the header images upon that event?

Thanks in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Oct 2008, 05:06 AM
Hi Matthew,

How do set Image in the column header? I tried setting the HeaderImageUrl property and it stays in the column header on expand/collapse.

ASPX:
<telerik:GridBoundColumn DataField="ProductName"    HeaderImageUrl="~/Images/Pic3.gif"  HeaderText="ProductName"   SortExpression="ProductName" UniqueName="ProductName"></telerik:GridBoundColumn> 
 


Thanks
Shinu
Tags
Grid
Asked by
Matthew
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or