<select name="select1" id="select1"> <option value="">-- select --</option> <option value="1">One</option> <option value="2">Two</option></select>When I do $("#select1").kendoDropDownList() the submitted value becomes "-- select --" instead of ""
The value of the option label is empty string, the submitted value should be empty string.