S
Shira Taytelbaom
Guest
Thanks for your answer, I'm using the JSDO with the Catalog, and I'm working with Telerik Platform for Mobile. I looked at that example, and I was trying to do the same, I sent you here some of my code, it still doesn't work well.... Here is my code: HTML: div id="example"> Categories: Products: View Order JS: var categories = $("#categories").kendoDropDownList({ optionLabel: "Select category...", dataTextField: "text", dataValueField: "value", dataSource: { type: "odata", serverFiltering: true, //transport: { // read: multiData, //} data: multiDataSubject, } }).data("kendoDropDownList"); //var products = $("#products").kendoDropDownList({ // autoBind: false, // cascadeFrom: categories, // optionLabel: "Select product...", // dataTextField: "text", // dataValueField: "value", // dataSource: { // type: "odata", // serverFiltering: true, // //transport: { // // read: multiData, // //} // data: multiDataViolation, // } //}).data("kendoDropDownList"); Thanks a lot for your help! Shira
Continue reading...
Continue reading...