Gummy Coder
Top achievements
Rank 1
Gummy Coder
asked on 10 Dec 2012, 10:13 AM
Hello,
I have a problem with select tag in latest version of Kendo UI (asp.net MVC Q3 2012).
The options could not be selected if I put select options in a model popup
My select options content:
It was worked in previous version.
Thanks
I have a problem with select tag in latest version of Kendo UI (asp.net MVC Q3 2012).
The options could not be selected if I put select options in a model popup
My select options content:
<
select
name
=
"country"
id
=
"country"
>
<option
value
=
"AU"
>AU</
option
>
<
option
value
=
"US"
>US</
option
>
<
option
value
=
"CN"
>CN</
option
>
</
select
>
Thanks
4 Answers, 1 is accepted
0
Hi Cuong,
Vladimir Iliev
the Telerik team
I tried to reproduce the problem locally but to no avail – everything is working as expected on our side. Could you please provide sample project where the issue is reproduced - hopefully this will help us pinpoint the exact reason for this behavior.
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Justin
Top achievements
Rank 1
answered on 18 Jan 2013, 08:31 PM
i am having the same problem. my select elements are not functioning/allowing me to select values. i attached a sample project that demonstrates what is happening.
I am using firefox and Kendo version 2012.3.1114.
I am using firefox and Kendo version 2012.3.1114.
0
Hi Cuong,
Vladimir Iliev
the Telerik team
Thank you for the provided example - after checking it seems that the select list is not working after the first selection, however it seems that this issue is already fixed in KendoUI 2012 Q3 SP1 - v.2012.3.1315. For convenience I updated the provided project and attached it to the current thread.
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Justin
Top achievements
Rank 1
answered on 23 Jan 2013, 05:35 PM
thanks this worked.