Threaded View
-
27 Dec 2012 7:33 AM #1
Answered: how to show url link in grid column
Answered: how to show url link in grid column
I have a textfield saved in database that can contains a string value like this:
I want to show this field inside a grid column, but converting the "http://....." in a url link (<a href =".....)Code:some text bla bla bla http://www.google.com some more text bla bla alb ala bla
Is it possible ?-------------------
Manel Juàrez
-
Best Answer Posted by maneljn
i've found this solution. It works very well.
https://github.com/cowboy/javascript-linkify/


Reply With Quote