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

RadConfirm not working in IE8

1 Answer 111 Views
Window
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 08 Jul 2015, 04:02 PM

I know, IE8. But I'm stuck with it. This line of code errors in IE 8, its OK in 10,11 & Chrome. I'm using 2014 2.618.4

                if(visible == false){
                                      radconfirm("<span style='text-transform: none;'>Are you sure you want to remove this patient?</span>", confirmPathwayOutcomeFn,  "Remove Warning");
                }

As close as I can get to the error is:

Invalid argument.  Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a8f393b2b-3315-402f-b504-cd6d2db001f6%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2014.2.618.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a15590aec-52e9-4282-8ed4-e91eae292c7b%3a16e4e7cd%3aed16cbdc%3a874f8ea2%3af7645509%3a24ee1bba%3af46195d3%3ac128760b%3a19620875%3acda80b3%3a383e4ce8%3a92fe8ea0%3afa31b949%3a490a9d4e%3abd8f85e4%3a88144a7a%3a1e771326%3a4cacbc31%3a2003d0b8%3aaa288e2d%3a258f1c72%3a58366029%3ab7778d6c%3a8674cba1%3a7c926187%3a2e42e72a%3aa51ee93e%3aef347303%3ac08e9f8a%3a6d43f6d9, line 7208 character 1

 

Any Ideas?

Andy

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 13 Jul 2015, 02:27 PM
Hello Andy,

Please check the full syntax of the radconfirm method in the following help article: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/alert,-confirm,-prompt-dialogs/radconfirm-dialog#calling-radconfirm-via-javascript

You are entering the title of the RadConfirm dialog where its width should be set. As you can check in the help article, the title is the sixth parameter of the method, so the issue should be resolved if you try the following line:
radconfirm("<span style='text-transform: none;'>Are you sure you want to remove this patient?</span>", confirmPathwayOutcomeFn, null, null, null, "Remove Warning");

Regards,
Slav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Window
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Slav
Telerik team
Share this question
or