Forum Post: Re: Announcing The Jsdo 4.1

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Hi Edsel, "MTBOO"'s question is not the Visual Designer. Assume a Business Entity built around a ProDataset with a Parent and two Child Tables. Now you have a screen that would like to show the parent's (Person) records and a single child's (Address) records. in two related grids. The second child table is not relevant. Demand is, that data for a batch of parents and all their addresses (first child only) if retrieved in a single REST call. So a) the 1'st JSDO needs to be able to send in the request that it needs to see Person (TableRef) and Address but not the second child. That requires the additional parameter, which to my understanding now can be solved by the custom mapping b) we need two Kendo UI dataSource's for the JSDO's. The Person JSDO would only be special by fetching 2 out of 3 tabels from the backend. The second JSDO would need to be filled without a REST call by data that's already in the memory of the first JSDO. So it will probably require digging deeper into the mysteries of the JDSO :-)

Continue reading...
 
Status
Not open for further replies.
Back
Top