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

Issues with select tag in a modal window (Q3 2012)

4 Answers 128 Views
Window
This is a migrated thread and some comments may be shown as answers.
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:
<select name="country" id="country">
  <option value="AU">AU</option>
  <option value="US">US</option>
  <option value="CN">CN</option>
</select>
It was worked in previous version.

Thanks
 

4 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 12 Dec 2012, 09:31 AM
Hi Cuong,

 
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.

Kind Regards,
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.
0
Vladimir Iliev
Telerik team
answered on 22 Jan 2013, 01:10 PM
Hi Cuong,

 
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.

Kind Regards,
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.
Tags
Window
Asked by
Gummy Coder
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Justin
Top achievements
Rank 1
Share this question
or