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

Problem in loading Contents in Radcombobox

1 Answer 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Velkumar
Top achievements
Rank 2
Velkumar asked on 16 Aug 2012, 10:59 AM
Hi,

   I have a Radcombobox in my page . More than 20 thousand records will be selected and loaded Adto this Radcombobox. While clicking this Radcombobox  it's very slow to display the contents and takes more time to respond. How can i avoid this situation.
Is there any way to load these contents in a fast manner?

Thanks,
Velkumar.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 17 Aug 2012, 05:51 AM
Hi,

The best approach to optimize the performance speed of RadComboBox when using huge amount of items is using the load-on-demand feature. The load-on-demand mechanism loads the items only when the user types or clicks in the field or the drop-arrow image.

When using the load-on-demand mechanism with ItemsRequested event you should:

  1. Set the EnableLoadOnDemand property to true.

  2. Subscribe to the ItemsRequested event and add the items there.

    Hope this helps.

    Thanks,
    Shinu.

Tags
ComboBox
Asked by
Velkumar
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or