Bind Grid/Table to Data Page of Type Page with Parameters
I have a Data Page that returns the following structure
Data Page of type: Page
D_Customers [some parameters]
-----> Subscriptions (page list property)
-----> errors (page list property)
I want to Bind the results of D_Customers.Subscriptions to the Grid/Table on UI. The Data Page takes some parameters. The problem is, it doesn't show an option to pass parameters when I reference D_Customers.Subscription to Grid/Table. If I use D_Customers as Source then I can enter parameters but then the grid/table will not iterate through subscription results and not display records in .Subscriptions page list property.
What is the best approach to display results in Subscription to Grid/Table while also allow to pass parameters to the Data Page.
Thanks in advanced.
***Updated by moderator: Lochan to close post***