This question is locked. New answers and comments are not allowed.
Hi, is there any way to make values in column GridViewHyperlinkColumn clickable?
THere is no problem with standard links or mailto: links, but callto: just doesn't work at all. On click I get following error:
Webpage error details
Message: Unterminated string constant
...
Message: Unhandled Error in Silverlight 2 Application Failed to navigate to callto:+48123456789. at MS.Internal.NavigationHelper.Navigate(Boolean checkUserInitiatedAction)
at System.Windows.Controls.HyperlinkButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
If I use standard HyperlinkButton somewhere on my form and set it's url to callto:+48123456789 - then it works great
Any ideas? :>
THere is no problem with standard links or mailto: links, but callto: just doesn't work at all. On click I get following error:
Webpage error details
Message: Unterminated string constant
...
Message: Unhandled Error in Silverlight 2 Application Failed to navigate to callto:+48123456789. at MS.Internal.NavigationHelper.Navigate(Boolean checkUserInitiatedAction)
at System.Windows.Controls.HyperlinkButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
If I use standard HyperlinkButton somewhere on my form and set it's url to callto:+48123456789 - then it works great
Any ideas? :>