Completed
Last Updated: 18 Jul 2016 10:11 by ADMIN
ADMIN
Petya
Created on: 25 Aug 2015 15:30
Category: GridView
Type: Bug Report
0
GridViewDynamicHyperlinkColumn doesn't work if the NavigateUrlFormatString property is not set.
Workaround is to specify that the format string should contain only the required member path:

<telerik:GridViewDynamicHyperlinkColumn Header="ID" DataMemberBinding="{Binding ID}" NavigateUrlMemberPaths="WebUrl" NavigateUrlFormatString="{} {0}"  TargetName="_blank"/>
0 comments