iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
The UXHyperlinkButton when used OOB will not navigate to a web page that is not part of the application. This behavior is the same with the built in Silverlight hyperlink due to security from my understanding
One of the answers I found on the internet was to inherit from the hyperlinkbutton class. (See below)
public class MyHyperlinkButton: HyperlinkButton { public MyHyperlinkButton(string navigateUri) { base.NavigateUri = new Uri(navigateUri); TargetName = "_blank"; } public void Navigate() { base.OnClick(); } }
Then on the form calling the hyperlink:
private void UXHyperlinkButton_Click(object sender, System.Windows.RoutedEventArgs e) { MyHyperlinkButton button = new MyHyperlinkButton("http://www.intersoftpt.com/"); button.Navigate(); }
I was wondering if you could add this function natively to your UXHyperlinkButton?
Thanks
Andre
Hi Andre,
Thank you for submitting the feature request.
Yes, we can include this functionality natively to UXHyperlinkButton. The enhancement will be made available in the upcoming hotfix scheduled next week.
Cheers,Jimmy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname