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

Under Load on Demand modes, Does AutoCompleteSeparator property work ?

2 Answers 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Yi
Top achievements
Rank 1
Yi asked on 07 Nov 2011, 03:08 AM
I try to use multiple selection under Load on Demand modes and I set AutoCompleteSeparator and MarkFirstMatch. 
But it does't work. I just want to know it is possible to get multiple selection under loadonDemand.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Nov 2011, 04:13 AM
Hello Yi,

I have tried the same in version 2011, 2, 915, 35. Here is the code.

ASPX:
<telerik:RadComboBox ID="RadComboBox2" runat="server" AutoCompleteSeparator=";" Width="590px"  Height="140px" EmptyMessage="Select"  DataSourceID="SqlDataSource1" AllowCustomText="true" MarkFirstMatch="true" DataTextField="FirstName" EnableLoadOnDemand="true" >
</telerik:RadComboBox>

Thanks,
Princy.
0
Yi
Top achievements
Rank 1
answered on 07 Nov 2011, 08:22 PM
Thanks a lot , Princy.
But I did use RadCombobox1_ItemsRequested to bind my datasource and I tried it as you did but it didn't work, by the way ,my version is 2010.

Now I add a listbox to let users to add more than one user from radcombobox into and it works fine

Tags
ComboBox
Asked by
Yi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Yi
Top achievements
Rank 1
Share this question
or