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

multiselect being slow

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 17 Jul 2012, 06:04 AM
Hi

I need to select multiple values of a selector box, I've found "MultiSelectByText" but that method seems to run extremely slow as soon as there are just a little values in the list.

Is there a faster way?, so far my workaround is to just do a single select which for now is ok but that is only temporary.

This is the box I'm working on:

<select style="width:150px;" id="ctl03_Authors" multiple="multiple" name="ctl03$Authors" size="4">
   // Containing maybe 50-100 values
</select>

1 Answer, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 17 Jul 2012, 05:16 PM
Hello Martin,

I tested MultiSelectByText against HTML code similar to yours with 50 entries, however I did not experience slowness. Please provide a public site that demonstrates your described behavior and we'll investigate further.

Greetings,
Anthony
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Martin
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Share this question
or