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

gridviewhyperlinkcolumn

2 Answers 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dudy
Top achievements
Rank 1
Dudy asked on 14 May 2012, 08:06 AM
hi
im using the gridviewhyperlinkcolumn in gridview
can you send me exmple of using the datamemberbinding property in the xaml ?
i have the Guid and i need to disply it in this format http://<servername>:<port><mydomain>aspx?<somestaticstring>{GUID}

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 May 2012, 09:23 AM
Hello,

 Please check this demo for more info about various GridViewDynamicHyperlinkColumn settings.

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Dudy
Top achievements
Rank 1
answered on 23 May 2012, 08:04 AM
after using the example i have a problem with NavigateUrlMemberPaths , the contactid is not added to the url isted of {0}
the bainding is ok (if i replace the datamemberbinding fullname with contactid i can see the contactid's)


 <abbott:CustomerGridViewHyperlinkColumn Header="Customer"  NavigateUrlFormatString="http://<mtserver>:5555/MNF/main.aspx?etc=2&amp;id={0}&amp;pagetype=entityrecord" NavigateUrlMemberPaths="contactid"
  DataMemberBinding="{Binding fullname}"   TargetName="_blank"    />

how can i make  NavigateUrlMemberPaths="contactid"  work
Tags
GridView
Asked by
Dudy
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Dudy
Top achievements
Rank 1
Share this question
or