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

Problem with radcombobox initialization

2 Answers 101 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
karthik
Top achievements
Rank 1
karthik asked on 20 Apr 2010, 10:44 AM
i was using Q2 Telerik controls, for initializing rad combobox or fire selected index changed event it takes 10 - 15 seconds to initialize the request then its process the request.

Please do the needful.

Regards,

Karthik

2 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 20 Apr 2010, 02:11 PM
Hello Karthik,

Consider using Load On Demand instead of populating all nodes at once.

I hope this helps.

Kind regards,
Tsvetomir Tsonev
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
karthik
Top achievements
Rank 1
answered on 21 Apr 2010, 06:44 AM
Hi,

I have alredy used enable load on demand option, Attaching my code for your reference.

<

 

telerik:RadComboBox ID="dropDownView" DropDownWidth="190"

 

 

runat="server" AutoPostBack="true" Width="170px"

 

 

HighlightTemplatedItems="true" EnableLoadOnDemand="true"

 

 

onselectedindexchanged="dropDownView_SelectedIndexChanged">

 

 

</telerik:RadComboBox>

Regards,
Karthik

 

Tags
General Discussions
Asked by
karthik
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
karthik
Top achievements
Rank 1
Share this question
or