I have a Datagridview cell with some text in. I’d like to make just 1 word of this text into a link that will open a website but keep the remaining words as normal.
Is that possible at all?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way to do achieve, would be to extend the (default) DataGridViewTextBoxCell class (create a new one, inherit this behaviour) with some properties, like the cursor changing, clicking leads to opening a link if it’s on the surface the link is on, etc.