Hi All,
I have a Datagrid in my Silverlight Application which is binded with the row group Header.what i wanted is to add a hyperlink in the Group Header just beside the Group Header Text which is binded now...
Do anyone faced this problem before???
Thanks,
Prasant
Loading

Mahesh ChandPosted Aug 31, 2011, 11:21 AM
You can create a custom control that has Text, Hyperlink or anything else you want and expose its properties. Now, when you create a DataGrid, you need to put this control in the column headers using Template.
Or you can simply add a TExtBlox and a hyperlink control in DataGrid column headers.