hi,
I want to add some string(expression : e.g. #{name}# or ${name}$). When I add this expression it should appear as link in the UltraFormattedTextEditor. And also when I clcik on that it should trigger an event.
is there any way to do that?
If yes, Please give me some sample example
Thanks in advance,
Regards,
Santosh
Hi Dirk,
Good idea. :)
Hi Mike,
Thanks for checking. I have submited the request.
At the moment I use a UltraTextEditor and the command
System.Diagnostics.ProcessStartInfo("explorer", stest);
Bye
Dirk
Sorry for the delay, I've been researching this question. But I couldn't find any way to do it.
You should Submit a feature request to Infragistics and perhaps this kind of functionality can be added in a future release.
In the mean time, the only thing I can think of is that you handle the ValueChanged event and examine the text to see if it's surrounded by a link tag, and if not, add it back in. It will probably be pretty tricky, though.
It is a standalone control. I must program a user control for editing a url. So I have tested the FormattedTextEditor. Its only a c# Windows From Application with User Control. The User control contains only the FormattedTextEditor.
We use actual V9.1.
Is this a standalone control or are you using it in a grid? If you are using the FormattedTextEditor in a grid, then the TreatValueAs property on the control is irrelevant. Only the grid settings matter. So you need to set the Style property on the grid column to URL.