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

how to insert hyperlinks in telerik.reporting.processing.textbox in ItemDataBound events

3 Answers 245 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 18 Nov 2014, 05:08 PM
Hi everyone, 
I am a newbie in telerik world I am required to change something in existing report
here is my question,
how to insert hyperlinks in telerik.reporting.processing.textbox in ItemDataBound event
Please Help!
Cheers
Hanif

3 Answers, 1 is accepted

Sort by
0
KS
Top achievements
Rank 1
answered on 19 Nov 2014, 01:00 PM
Hi,

Don't do it in events for sure - Understanding Events (this is like changing the structure too late). To have URL is like adding an action to the textBox - Hyperlink Action and How to: Add a Hyperlink Action.

-KS
0
Muhammad
Top achievements
Rank 1
answered on 19 Nov 2014, 09:39 PM
Hi there,
Thanks for the answer, The problem is I have to make it link a field based on the data source, so when I get the data I have to change the hyper link action. and it is for more than TextBox. I know I have Item Definition but that is a readonly property cant change it.
Please help
0
KS
Top achievements
Rank 1
answered on 21 Nov 2014, 12:43 PM
Hi,

I see. Then make it with binding and user function. The user function must return the action, and the binding must link the TextBox Action with the function.

-KS
Tags
General Discussions
Asked by
Muhammad
Top achievements
Rank 1
Answers by
KS
Top achievements
Rank 1
Muhammad
Top achievements
Rank 1
Share this question
or