or
dataSource: {
type:
"json"
,
transport: {
read:
'/Chargeability/SL_JSON'
}
},
sl_dd_d.dataSource.transport.read.data = { bu: value };
sl_dd_d.dataSource.sync();
<script>
new
kendo.mobile.Application($(document.body), {
platform:
"android"
,
initial:
"index"
});
</script>