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

Set Value in OnLoad Combos

1 Answer 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 18 Jun 2010, 12:39 PM
Hi ,

I have binded the dropdown as  in Add mode ,
<telerik:RadComboBox ID="radCombStatusReason" Skin="Sunset" MaxHeight="150px" runat="server"
  Width="205px" CssClass="ComboBox" OnClientSelectedIndexChanged="onComboSetDirty"                                                                    
   EnableLoadOnDemand="false" Filter="StartsWith"   EnableVirtualScrolling="false"  EmptyMessage="Type here..." ShowMoreResultsBox="false" ShowWhileLoading="false"  >
   <WebServiceSettings  Path="../../Services/ComboBoxServices.svc" Method="LoadSalesStatusReason" />
          </telerik:RadComboBox>

Since page load is taking time so i need to do this onload only once .

But when i come in Edit mode on same page i m using i need to set value to combo.

So how should i bind value from clientSide before setting that value in edit mode.
And i need the combo in such a way that it should behave like normal combo.

Thanks 


1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 22 Jun 2010, 01:49 PM
Hi John,

I am not sure I completely understand what is the issue you are experiencing.

Could you please explain in more detail what do you mean by 'So how should i bind value from clientSide before setting that value in edit mode.'?

All the best,
Simon
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
Tags
ComboBox
Asked by
John
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or