When I click the GridViewDataColumn it should navigate to other user control and it has to display it.
Can someone please tell me how to make the item in GridviewDatacolumn as a link.
Sab
3 Answers, 1 is accepted
0
Rossen Hristov
Telerik team
answered on 05 Apr 2010, 02:49 PM
Hi sab venkat,
You can assign ANY kind of user control to the Header property of the grid column.
So, create some kind of control that has a hyperlink and assign it to the Header property of the column in question.
For an example of a custom header please see this.
I hope this helps.
Best wishes,
Ross
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.
I got that hyperlink column but I am not able to navigate to the specified page. That whole column has to navigate to different pages. For eg if i click apple it has to go to apple screen, if i click orange it has to go to orange screen. moreover all the pages are user controls. I have to remove one user control and has to place the other.
Can you please assist me in this issue.
Sab
0
Rossen Hristov
Telerik team
answered on 07 Apr 2010, 09:22 AM
Hello sab venkat,
Please, read this to get started with navigation in Silverlight.
Greetings,
Ross
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.