Posted 20 Dec 2011 Link to this post
$(
"#dropdownlist"
).kendoDropDownList([{ text:
'Zone 1'
, value:
'0'
}, { text:
'Zone 2'
'10000'
'Zone 3'
'10001'
}]);
***second statement******
var
json =
"{ text: 'Zone 1', value: '0' }, { text: 'Zone 2', value: '10000' }, { text: 'Zone 3', value: '10001' }"
;
).kendoDropDownList([json]);