S
Shira Taytelbaom
Guest
Hi, 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, // cascade
Continue reading...
Continue reading...