AS the url show http://www.smartclient.com/smartgwt/showcase/#grid_datatypes_link_text [^]
It has a clear example on how to embed a link within a listgrid.
I also need to display cell data looking like links (decorated with underlines using css), which when clicked can invoke some action such like change page...
My question is, if one cell contain two hyper link, and the link url is get from some data service, how could we implement this ? please give some sample code , if possible.
It has a clear example on how to embed a link within a listgrid.
I also need to display cell data looking like links (decorated with underlines using css), which when clicked can invoke some action such like change page...
My question is, if one cell contain two hyper link, and the link url is get from some data service, how could we implement this ? please give some sample code , if possible.
Comment