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

Very slow response when transferring items

1 Answer 107 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Edward Sudit
Top achievements
Rank 1
Edward Sudit asked on 12 Jun 2015, 07:53 PM

We are having a hard time figuring out a solution to a long running issue.  We are using a RadListBox to display a list of items such as names on a page.  There are 2 lists where 1 is the selector list and the second is the "selected" list.  When the selector list gets to contain somewhere in the range of 2,500+ names, the transfer runs unacceptably slow.  We've tried to disable viewstate, but that breaks our code since we need to handle the transfer on the server side via an AJAX call.  When we debug the code, it takes almost 25 seconds for the server-side CodeBehind method to execute.

 Please advise on what can be done to improve performance for a RadListBox with transfer enabled that contains large lists of data.

 Thank you,

Ed Sudit

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 17 Jun 2015, 07:08 AM
Hi,

Can you share some more information about the setup of your listboxes. For instance do you use server or client Transfer, and have you enabled automatic Database updated. If would be most helpful if you pasted the markup of the ListBoxes, and the handlers for the Transfer events here, so that we can take a closer look.

Regards,
Bozhidar
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
ListBox
Asked by
Edward Sudit
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or