Xpages view control - link for the tr not just the column

I have a categorized view in a view control on an xpage. To open the documents I can add a link to one of the columns and they will display as links and everything works fine.

However I would like the whole table row to be a link and not just one of the colums. How could this be done?

I use a repeat control for my other types of views and it is easy there as I use a unordered list and use the list items as links.

But this is not easy with a categorized view in a view control. Any good ideas out there?

I would like to have the whole row as a link as this will be used on an Iphone and it is easier to tap the whole line with your finger.

Many thanks in advance :slight_smile:

Subject: solved

Ended up creating a categorized view as a list in a repeat control and then used the list items as links.