All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
How to assign foreground colour property for telerik gridview GridViewDynamicHyperlinkColumn column type ?
<
telerik:GridViewDynamicHyperlinkColumn
DataMemberBinding
=
"{Binding URL}"
Header
"search for:"
NavigateUrlFormatString
"www.google.com"
>
telerik:GridViewDynamicHyperlinkColumn.CellTemplate
DataTemplate
StackPanel
Orientation
"Horizontal"
TextBlock
Text
Foreground
"Red"
/>
</