• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to display HyperLink on the DataGrid Component on to the column data

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am able to display customer data on to the DataGrid with the help of a ArrayCollection,
Similar as shown :


Please tell me what should be the value inside the itemRenderer to make the customerid display as an HyperLink ??

I am struck up mx.controls.----??

Please suggest me a value of the itemRenderer in this case .

Thanks in advance .



Thnaks in advance .
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only controls that support HTML (after a fashion) are text controls. Make your item renderer one of those and you'll get this behaviour. Otherwise you'll need to handle the user input yourself accordingly.
reply
    Bookmark Topic Watch Topic
  • New Topic