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

DropDownList and simultaneous SQL transactions

1 Answer 37 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 23 Apr 2013, 01:47 PM
In my application, I frequently use multiple DropDownLists on the same page. Most of the time, the data sources for those lists (which are connected to a SQL Server database) load quickly and there's no problem. Every once in a while, however, the load hangs and all the dropdowns show the spinning 'loading' icon. Sometimes they resolve on their own and finish loading. Sometimes they throw one of several errors that I know relate to simultaneous SQL transactions running in the database (I apologize, I don't have the error text for any of them at the moment, but I will update this thread if and when I do).

Anyone know about this issue or have suggestions on how I can avoid the problem and improve performance?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 25 Apr 2013, 11:07 AM
Hello Jacob,

It sounds like the issue you have is coming from your database layer and it is not related to Kendo. I would suggest you to search the internet for resolutions or tips.

http://basitaalishan.com/2012/06/04/tips-to-avoid-deadlocks/

Also asking a detailed question on the Stackoverflow forums might be of help.

Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Rob
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or