[progress Communities] [progress Openedge Abl] Forum Post: Re: Dependent List

  • Thread starter Thread starter Shira Taytelbaom
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top