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

htmlfile: This command is not supported.

4 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
steve
Top achievements
Rank 1
steve asked on 04 Oct 2013, 08:00 PM

I upgraded to 2013.2.1002 to try and fix an issue i was having with the previous version.
"Unhandled exception at line 9, column 26248 in Scripts/kendo/2013.1.514/kendo.all.min.js 0x800a03ec - Microsoft JScript compilation error: Expected ';' "

and now I am getting this error. Are the any solutions or work a rounds? The grids (which is batch editing) is failing to load because of it. Actually neither is the DaDateTime picker

Unhandled exception at line 25, column 13677 in http://localhost/Scripts/kendo/2013.2.1002/kendo.all.min.js
0x80040100 - htmlfile: This command is not supported.

4 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 09 Oct 2013, 06:13 AM
Hello Steve,

We are not sure how to replicate this error. Can you elaborate a bit and provide us with an example where the error can be observed? 

What version of IE browsers are you using?

Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Anthea
Top achievements
Rank 1
answered on 11 Oct 2013, 05:57 AM
Hi Nikolay,

I'm seeing the same issue under IE 8 with version 2013.2.1002.

It seems to be being caused by the following declaration.

@(Html.Kendo().NumericTextBoxFor(m => m.ContractRevenue)
.Placeholder("$0.00 million")
.Format("$0.00 million")
.HtmlAttributes(new { @class = "form33" })
)
0
Nikolay Rusev
Telerik team
answered on 14 Oct 2013, 07:38 AM
Hello Anthea,

Indeed you are right. This seems to be caused due to recently change in our NumericTextBox implementation which fails in IE8. We will fix it as soon as possible and will upload internal build with the fix once it is resolved.

Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
steve
Top achievements
Rank 1
answered on 22 Oct 2013, 10:40 PM
Thanks Anthea, for some reason I was unable to post a reply.  The text area was acting as if it was read only.

Tags
General Discussions
Asked by
steve
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Anthea
Top achievements
Rank 1
steve
Top achievements
Rank 1
Share this question
or