problem about kendo-combobox-Record and share programming errors


  • pasluc74669
    kendo-ui kendo-grid kendo-combobox
    I have a problem, working over for three days, but can’t find any solution!!!In the document.ready, i create a datasource with subobjectsvar datasource = [{“category”: {“id_category”: 1,”desc_category”: “Beverages”},”id_product”: 1,”desc_product”: “Chai”,”price”: “11”,”id_category”: 1},{“category”: {“id_category”: 2,”desc_category”: “Condiments”},”id_product”: 2,”desc_product”: “Aniseed Syrup”,”price”: “12”,”id_category”: 2} ]and then i create a kendogridvar kendoGrid = $(“#grid”).kendoGrid({se

  • user2208192
    knockout.js cascade-filtering kendo-combobox
    I’m using Kendo UI Combos, and knockout. I’m trying to cascade the results of one combo to filter the data available in another.The dataTextField value in the parent combo cannot be used as-is to filter the child combo data, so I’m using the parameterMap option to change it. Unfortunately this does not seem to work, and I receive an error when binding…Message: SyntaxError: Expected ‘:’;Bindings

Originally posted 2013-10-06 01:59:42.