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

kendoAutoComplete disable mode issue on IE 9 and Firefox

2 Answers 102 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Pocholo Reyes
Top achievements
Rank 1
Pocholo Reyes asked on 15 Feb 2013, 09:41 AM
Hi Kendoui Team,

     I having problem on Kendoui AutoComplete when disabled, i has able to click the input text inside the autocomplete textbox and the cursor show up even if the kendoAutoComplete control is disabled. I'm currently using  Kendo UI Complete v2012.2.710 

Please see attachment. Thanks

Regards,
Ramil of dbWizards

2 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 19 Feb 2013, 07:47 AM
Hi Pocholo,

I tried to reproduce the problem locally but to no avail – everything is working as expected on our side. Could you please provide runable project where the issue is reproduced? This would 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
Pocholo Reyes
Top achievements
Rank 1
answered on 19 Feb 2013, 10:25 AM
Hi Pocholo,

      Thanks for the reply, I already found out what causing the problem, it is not the kendoAutoComplete Issue.
      This is my javascript that cause the problem. I created this script in order to the model get data from input controls when disabled.
      
                     $(this).data("kendoAutoComplete").enable(false);
                     $(this).attr("disabled", false)
                     $(this).attr("readonly", "readonly")

 I have an issue on MVC once the input control is disabled the controller model cannot retrieve the data from input text. Thank



Tags
AutoComplete
Asked by
Pocholo Reyes
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Pocholo Reyes
Top achievements
Rank 1
Share this question
or