This is a migrated thread and some comments may be shown as answers.

KendoDropDownList submits Option Label text as its value

1 Answer 106 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
TBYDev
Top achievements
Rank 1
TBYDev asked on 03 Apr 2012, 04:20 PM
<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.

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 03 Apr 2012, 04:35 PM
Hi Joshua,

 
This is a known issue, which is already addressed. The fix is included in the latest internal build. Give it a try and let me know if everything is ok.

Kind regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
TBYDev
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or