Hello Chirag,
As Dimitar said, when a javascript function runs for an extended amount of time, it causes the browsers to react in this way, for security and usability reasons. As a workaround, I can offer you the following solution:
1. Add a handler to the OnClientLoad event of the source listbox.
2. In the handler, add the following code:
You can select the number of items transferred at each iteration to the number that best suites your needs. Just change the second number in the
Slice function. Also, you can adjust the timeout value in the bottom two jQuery functions, if the code isn't working properly at your end.
Regards,
Bozhidar
the Telerik team
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 their
blog feed now