I have a component with a datagrid. I can access this from the parent application as step0.chosenList.dataProvider, and another datagrid in the main app can display it if its dataprovder is set to {step0.chosenList.dataProvider}.
However, I have a pop-up window which is a separate titleWindow component which also has a grid that needs to display this same data.聽 It doesn't recognize {step0.chosenList.dataProvider}.
What's the proper way to do this?
Access values in one component from a...Hi there you could use Application.application.step0.chosenList.dataProvide
Access values in one component from a...Thanks.
You're welcome, please don't forget to close this thread.
No comments:
Post a Comment