4 Answers, 1 is accepted
0
Hello Swati,
Vanya Pavlova
the Telerik team
I have already replied in the following forum thread.
Vanya Pavlova
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
0

swati
Top achievements
Rank 1
answered on 28 May 2011, 09:26 AM
Yaa but I need an image on a column header.Could u plz share some peace of code.It would be more helpfull
0
Hello swati,
The Header of each column is of type object and you may predefine it in the way you need:
Please refer to our online documentation for further info.
Regards,
Vanya Pavlova
the Telerik team
The Header of each column is of type object and you may predefine it in the way you need:
<
telerik:GridViewColumn.Header
>
<
Image
Source
=
"Image1.png"
/>
</
telerik:GridViewColumn.Header
>
Please refer to our online documentation for further info.
Regards,
Vanya Pavlova
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
0

swati
Top achievements
Rank 1
answered on 28 May 2011, 10:29 AM
thanks
I need numbers to be displayed with respect to the order in which user had clicked on header to sort data,
like if want to sort the "Name" column first and then the "Address" column then the column header should display number "1" on "Name" column and number "2" on "Address" column.......plz share if u have some code
I need numbers to be displayed with respect to the order in which user had clicked on header to sort data,
like if want to sort the "Name" column first and then the "Address" column then the column header should display number "1" on "Name" column and number "2" on "Address" column.......plz share if u have some code