This fiddle demonstrates the flaw in kendoDropDownList.optionLabel property implementation.
In the select markup being kendoized the item Two is marked with selected attribute however the item One gets selected.
When optionLabel config value (or data-option-label attribute) is removed, it works as expected.