E
egarcia
Guest
Hello, You should be able to work with multi-table DataSet using NESTED and also without it. Internally, the JSDO organizes the data into the corresponding structures. The following post contains information on working with a hierarchical grid community.progress.com/.../83484 I wonder if you are running into an issue where you need to set the useRelationships property to false to prevent the selection of the records on the child table to use the relationship. This selection should not apply when using a Kendo UI DataSource because it should use the specified filter which is what you would generally do with Kendo UI. For version 4.2 of the JSDO, you can set useRelationships to false (example023.html does this): jsdoInstance.useRelationships = false; In a future version, you would not need to set this property to work with a hierarchical grid. Please let me know if this solves the issue. I hope this helps.
Continue reading...
Continue reading...