This is a migrated thread and some comments may be shown as answers.

Add a HyperLink to a RadTextbox

4 Answers 289 Views
Input
This is a migrated thread and some comments may be shown as answers.
Omlac
Top achievements
Rank 1
Omlac asked on 06 Jan 2009, 08:52 AM
Hi All

I would like to add a  HyperLink to a RadTextbox, but i cant find the documentation on how to do this, Can anyone help me with the links on where to find help on this.

Thank you

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 06 Jan 2009, 09:18 AM
Hello Omlac,

Our RadTextBox control doesn't support this functionality out-of-the-box. Could you please elaborate a bit on your scenario?

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Omlac
Top achievements
Rank 1
answered on 06 Jan 2009, 09:35 AM
Hi Daniel
I would like to create a link inside a radtextbox, so i will be able to click on it or to click inside a radtextbox and it takes me to a differnt page.

Thnak you.

0
Accepted
Daniel
Telerik team
answered on 06 Jan 2009, 11:04 AM
Hello Omlac,

You can use a similar approach to change the current page when the user clicks on your RadTextBox.

aspx
<telerik:RadTextBox onclick="ClientClick()" ID="RadTextBox1" runat="server" /> 

javascript
function ClientClick() { 
    document.location = "http://www.telerik.com"

Let me know whether the suggested snippet suits your scenario.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Omlac
Top achievements
Rank 1
answered on 06 Jan 2009, 12:40 PM
Hie Daniel
Thank you very much, its close to what i will carry on from here.

Regards
Tags
Input
Asked by
Omlac
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Omlac
Top achievements
Rank 1
Share this question
or