﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Problem with hyperlink inside UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-hyperlink-inside-UXGridView/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Problem with hyperlink inside UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-hyperlink-inside-UXGridView/</link><pubDate>Tue, 20 Nov 2012 20:59:53 GMT</pubDate><dc:creator>yudi</dc:creator><category>Silverlight</category><category>uxgridview</category><category>HyperLink</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Glad to hear that the snippet code helps.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into the community site. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Problem with hyperlink inside UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-hyperlink-inside-UXGridView/</link><pubDate>Tue, 20 Nov 2012 06:22:48 GMT</pubDate><dc:creator>gzhebrunov@googlemail.com</dc:creator><category>Silverlight</category><category>uxgridview</category><category>HyperLink</category><description>&lt;p&gt;Yudi, thanks a lot, your solution working very well!&lt;/p&gt;</description></item><item><title>Problem with hyperlink inside UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-hyperlink-inside-UXGridView/</link><pubDate>Tue, 20 Nov 2012 04:00:10 GMT</pubDate><dc:creator>yudi</dc:creator><category>Silverlight</category><category>uxgridview</category><category>HyperLink</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I think you have come close to your goal.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I made a simple sample of UXGridView page where one of the columns is used to show hyperlink with absolute uri. In the sample, I use UXGridViewTemplateColumn and UXHyperlinkButton.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Below is the snippet code of my “Name2” column.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;Intersoft:UXGridViewTemplateColumn Header="Name2" Binding="{Binding ContactName}"&amp;gt;
    &amp;lt;Intersoft:UXGridViewTemplateColumn.CellTemplate&amp;gt;
        &amp;lt;DataTemplate&amp;gt;
            &amp;lt;Intersoft:UXHyperlinkButton Content="{Binding ContactName}"
                                            NavigateUri="http://www.intersoftpt.com/"
                                            TargetName="_blank" /&amp;gt;
        &amp;lt;/DataTemplate&amp;gt;
    &amp;lt;/Intersoft:UXGridViewTemplateColumn.CellTemplate&amp;gt;
&amp;lt;/Intersoft:UXGridViewTemplateColumn&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Every time user click on any cell “Name2” column, the browser will display Intersoft site on a new page/tab.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Problem with hyperlink inside UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-hyperlink-inside-UXGridView/</link><pubDate>Mon, 19 Nov 2012 11:41:22 GMT</pubDate><dc:creator>gzhebrunov@googlemail.com</dc:creator><category>Silverlight</category><category>uxgridview</category><category>HyperLink</category><description>Hello,
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I have problem with UXGridView. I need to show HyperLink (with absolute Uri) inside grid. I tried following solutions:&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;1. &amp;lt;Intersoft:UXGridViewHyperlinkColumn Header="PROVIDER" Width="260" Binding="{Binding Path=Name}" NavigateUriBinding="{Binding Path=Url}"&amp;gt;&amp;lt;/Intersoft:UXGridViewHyperlinkColumn&amp;gt;&lt;/div&gt;
&lt;div&gt;Not working, showing error about Absolute to Relative Uri convertion.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;2. Intersoft:UXGridViewTemplateColumn and Intersoft:HyperLink inside. Not sure how to setup text of hyperlink in this case.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;3. Intersoft:UXGridViewTemplateColumn and typical HyperLinkButton control. Showing without problems, but can not click on it (I think because grid not allowing events or something like that).&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I think solution should be trivial. Please help!&lt;/div&gt;</description></item></channel></rss>