This question is locked. New answers and comments are not allowed.
On 03/17/2011 we upgraded our telerik mvc components to 2011.1.315. It appears that this introduced an error when using the ComboBox control in firefox. When adding a ComboBox with three static values to a simple page I recieve the following error: "f.attachEvent is not a function"
attachEvent is only valid in IE but it appears the code looks something like the following
if(c.broswer.msie){
f.attachEvent(.....);}
else{
//do something
}I have attached a sample project that shows the error.
Is this a bug or something I am doing wrong in my usage. Any insight is appreciated.