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
I think you have come close to your goal.
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.
Below is the snippet code of my “Name2” column.
<Intersoft:UXGridViewTemplateColumn Header="Name2" Binding="{Binding ContactName}"> <Intersoft:UXGridViewTemplateColumn.CellTemplate> <DataTemplate> <Intersoft:UXHyperlinkButton Content="{Binding ContactName}" NavigateUri="http://www.intersoftpt.com/" TargetName="_blank" /> </DataTemplate> </Intersoft:UXGridViewTemplateColumn.CellTemplate> </Intersoft:UXGridViewTemplateColumn>
Every time user click on any cell “Name2” column, the browser will display Intersoft site on a new page/tab.
Hope this helps.
Yudi, thanks a lot, your solution working very well!
Glad to hear that the snippet code helps.
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.
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