Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I'm able to display alarm list on the grid widget. I bind GetPhysicalAssets to the the grid widget. I follow the method use in the Custom Asset Viewer tutorial. Selected rows will display the alarm only from the assets chosen.
However, I'm trying to use the TreeGridAdvanced to do the same but couldn't get the selected rows to show only the alarms from selected row assets.
Below is the screenshots for the attempt for TreeGridAdvanced
Solved! Go to Solution.
Hi Hidayat,
When you expand the infotable in your mashup you can see what kinds of fields you need to bind not just whole table from selectedRows to selectNode. Can you tell me which mashup you are looking at?
Daniel
How does the datashape look like for "selectNode" and "selectedRows"?
Are they same? Or does even "selectRows" include all fields that "selectNode" requires?
Hi Daniel,
Thank you for the prompt reply. The selectedRows and selectedNodes are part of MFG App services. I'm not able to see deeper into the data tables. The purpose is to pass name from Tree Grid Advanced to the QueryAlertSummary.
Thank you
Hidayat
Hi Hidayat,
When you expand the infotable in your mashup you can see what kinds of fields you need to bind not just whole table from selectedRows to selectNode. Can you tell me which mashup you are looking at?
Daniel