Skip to main content
5-Regular Member
December 8, 2021
Solved

Popup in Grid advanced

  • December 8, 2021
  • 1 reply
  • 1636 views

Hi,

I have a requirement like on click of row in advanced grid, a popup should open with row data.

please help me achieve this. 

Best answer by slangley

Hi @NM_10126897.

 

You could use the Navigation function to pass information from the selected row to another mashup, which would represent your popup.  You'll need to define mashup parameters for the popup mashup and decide how you want to trigger the popup to display.

 

Here are some helpful links:

 

Navigation

Configuring Mashup Parameters

Properties for Advanced Grids - the DoubleClicked event could be useful for triggering the popup

Configuring Data Selection

 

Regards.

 

--Sharon

1 reply

slangleyCommunity ManagerAnswer
Community Manager
December 16, 2021

Hi @NM_10126897.

 

You could use the Navigation function to pass information from the selected row to another mashup, which would represent your popup.  You'll need to define mashup parameters for the popup mashup and decide how you want to trigger the popup to display.

 

Here are some helpful links:

 

Navigation

Configuring Mashup Parameters

Properties for Advanced Grids - the DoubleClicked event could be useful for triggering the popup

Configuring Data Selection

 

Regards.

 

--Sharon