Kendocombobox Is Not Fetching Localsource Jsondata
I am using KendoUi for my project. i created local wcf service and it works well. i tested on the browser and it gives jsondata. but i cannot fetch the data to the aspx page in com
Solution 1:
No sure what exactly doesn't work - what needs to be fetched to server? If it is a Combobox I assume you want to fetch data entered in the box so the server sends you back filtered result. you need to add
serverFiltering: true
to yourDatasource. If you want just fetch the final value and do something with it you can use a simple Ajax call to do it
here is an example
Post a Comment for "Kendocombobox Is Not Fetching Localsource Jsondata"