Skip to Content
0
Former Member
Nov 29, 2006 at 09:35 AM

Table selection

30 Views

Hello all,

I have following issue around tables.

I have a table with some text data and a LinkToAction per row. When the link is clicked I navigate to another view.

I have set the selectionmode of the table to none, but it still appears as clickable what is not preferable. Then I tried to disable the table and this solves the problem but then the linkToAction is also disabled.

Another option was to bind the same action (as the linkToAction) to the onLeadSelect of the table. But this doesn't work because I navigate in the action and so the view instance is gone the second time the action is executed.

Has anyone a solution for this problem or any suggestions?

Thanks,

Christophe