Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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.
Solved! Go to Solution.
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:
Properties for Advanced Grids - the DoubleClicked event could be useful for triggering the popup
Regards.
--Sharon
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:
Properties for Advanced Grids - the DoubleClicked event could be useful for triggering the popup
Regards.
--Sharon