or
url: function() { return '/myservice/search/' + $("#txtSearch").val();},var odataSource = new kendo.data.DataSource({ type: 'odata', transport: { read: { url: server + query, // the service url data: { //additional parameters sent to the remote service buchungskonto: function() { return "'" + $("#search").val() + "'"; } } } }, change: function() { // subscribe to the CHANGE event of the data source $("#results").html(kendo.render(template2, this.view())); }});/my.services/SalesData/GetCustomers()?$format=json&$inlinecount=allpages&$callback=callback/my.services/SalesData/GetCustomers()?$format=json&$inlinecount=allpages$callback=callback&buchungskonto='1'