E
egarcia
Guest
Hello Louis, Here is some additional information that can I help you. Do you have a relationship between the multiple tables or are them top level tables? The Kendo UI DataSource is associated to only one table. When working with a resource / dataset with multiple tables, the code internally uses the tableRef property at the transport level to specify the table. The data source that you found to have data is because a read operation was performed. The read operation in the DataSource calls the read method in the transport which then calls fill() in the JSDO to perform the READ operation. The READ operation can return data for all the tables. You can access the data using getData() in the JSDO ( datasource.transport.jsdo.ttTable.getData() ). Please let me know if you need more information. I hope this helps, Edsel
Continue reading...
Continue reading...