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

ComboBox Stop Running this Script after drag and drop from tree->grid

1 Answer 12 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 08 Nov 2013, 08:39 PM
I have kind of a strange issue with radcombobox and the IE "Stop Running this Script"  issue....

<div>
   <radcombobox>
   <radsplitter>
      <radpane>
          <radtreeview>
      <radpane>
         <radgrid>


I have a treeview and grid on the page ... I drag drop item from the treeview it does a little dance in the background and adds a new column to the grid. Then go to my combobox which is using custom text type 3 characters and the list loads ... I select an item and get the "Stop Running this Script" method - there are only a few results not thousands it is on the 'selection' that it crashes.

I know how this works with telerik 3 days from now rather than answer the question you're going to respond with another question asking me to post all of our proprietary source code or somehow detach all of the propriety code from the project to provide you with a sample of exactly what I described above.... so I'm just going to throw the question out there anyway in the hope someone out there has experienced a similar issue and can be of help.

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 13 Nov 2013, 12:25 PM
Hi Sean,

The "Stop Running this Script" issue can be caused by many reasons. Most common it appears because some scripts may take an excessive amount of time to run. Unfortunately there is no easy way to resolve the problem without debugging the java script code. That's why we need to inspect your code. Please paste it to see how you implement your drag and drop functionality. Make sure that the script doesn't get in infinite loop.

If you would like to receive a faster responses I would suggest that you open a regular support ticket. You will be able to do that if you upgrade your license. Here you can find more information about the response time delay.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ComboBox
Asked by
Sean
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or