Skip to main content
1-Visitor
June 16, 2021
Solved

grid column selection open a popup

  • June 16, 2021
  • 3 replies
  • 1588 views

Hi,

I have kept a column in grid as hyperlink through column render. Is it possible to open a popup on click of that particular column hyperlink alone? I dont want to open a popup on click of that row, instead I want to open a popup when i click that hyperlink text row in a column. How can we achieve this using advanced grid?

 

Thanks in advance,

Shalini V.

Best answer by abjain

@svisveswaraiya_285988 : You can try providing links in the columns through a service directly and then bind it to grid advanced. Please import the attached entities on an 8.5 twx and see if this is something required by you.

3 replies

22-Sapphire I
June 16, 2021

I do not believe this can be done with a grid or advanced grid. If the content is an actual hyperlink, you can active the hyperlink by clicking on it, but there isn't a 'column' or 'cell' clicked event.

As a more inefficient work around, you could have it as a Collection widget rendering the rows.

abjain15-MoonstoneAnswer
15-Moonstone
June 17, 2021

@svisveswaraiya_285988 : You can try providing links in the columns through a service directly and then bind it to grid advanced. Please import the attached entities on an 8.5 twx and see if this is something required by you.

Community Manager
June 24, 2021

Hi @svisveswaraiya_285745.

 

If one of the previous posts was helpful, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon