I want to build an application class (subclassing isc.TabSet) that contains a tab for a project. Each project contains multiple grids and forms, but I want all these grids and forms to use the project ID in its data URL (or request parameters). I have created a single RestDataSource instance with a fixed ID that I pass as the "dataSource" property of the ListGrid instance.
How can I instruct the data source to uses the project ID when it does a request?
How can I instruct the data source to uses the project ID when it does a request?
Comment