cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress hyperlink in table column

former_member31961
Contributor
0 Kudos

Hi

In one of the standard BSP application which i am enhancing, has one column content with hyperlinks (i.e. If you click to the hyperlink, it will open a new page). I need to disable this hyperlink from this column.

I am debugging the standard code, but till now i am not successful.

First of all i need to how can you make column contents as hyperlink objects, then how we need to disable it.

Any class/method for the same would be helpful.

Any input will be helpful.

Thanks,

Shrinivas

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

It will be included in the Iterator, go and check inside your iterator render_cellstart method. idenify the code for the column which you want to disable the link. see your table view definition in the page , there it will be mentioned iterator object, from there you can identify the iterator class.

former_member31961
Contributor
0 Kudos

Hi Vijay,

Thanks for the solution. Issue got solved.

Regards,

Shrinivas

Answers (0)