I'm wondering if anyone else has ran into this issue.
I'm having an issue when copying data from the XamGrid to the clipboard. I have a template column that contains a hyperlink control that represents a customer # in our database. I allow the users to select columns and rows that they want to copy and then click ctrl-c to copy the data to the clipboard. But when they paste it into excel, word, notepad, etc., the customer # column is blank. The header is there, but the data is not. How can keep the column a hyperlink and have the actual data present for export?
Below is the code for template column as well as the class that is used to convert the value into an URI.
Thanks
Hello lonnie3072,
I have been looking into your posts and I have been trying to reproduce your issue with no success. Instead of unbound field with HyperlinkButton I am using our XamGrid’s HyperlinkColumn. I am sending you my sample application(XamGridHyperlink.zip). Please tell me if I have misunderstood you.
I am looking forward to hearing from you.
Using the Hyperlink column does allow the copy function to work properly.
But the issue is that I don't won't to display the actual link in the grid. I want to display a customer # such as 234523 that is a hyperlink like http://www.mypage.com/search.aspx?QueryCustomerID=234523 that will load that's customer's information.
Is there a way to do that with the hyperlink column? If so, I was unable to find any examples of it.