Hi, I'm a newby with Telerik and using RadComboBox(ASP.NET AJAX Q2 2012 SP1 trial version) for testing within 30 days trial period. I set MarkFirstMatch="true" AllowCustomText="false" but they are not working. My local environments are: Visual Studio 2010 SP1, .NET Framework 4 and Windows 7. Your prompt reply will be appreciated.
Please see the code:
Please see the screenshot:
Please see the code:
<
div
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
telerik:RadAjaxPanel
ID
=
"rapBroker"
runat
=
"server"
>
<
telerik:RadFormDecorator
ID
=
"FormDecorator1"
runat
=
"server"
DecoratedControls
=
"Textbox"
ControlsToSkip
=
"Scrollbars"
>
</
telerik:RadFormDecorator
>
<
telerik:RadComboBox
ID
=
"rcbbBroker"
Runat
=
"server"
EnableTextSelection
=
"true"
Filter
=
"Contains"
MarkFirstMatch
=
"true"
AllowCustomText
=
"false"
DataSourceID
=
"sdsBroker"
DataTextField
=
"full_Name"
Width
=
"400px"
EmptyMessage
=
"Type a broker"
>
</
telerik:RadComboBox
>
</
telerik:RadAjaxPanel
>
<
asp:SqlDataSource
ID
=
"sdsBroker"
runat
=
"server"
ConnectionString="<%$ ConnectionStrings:ContractOnline%>"
SelectCommand="select full_Name from dbo.tblName_And_Address where broker_flag = 'Y' order by full_name "/>
</
div
>
Please see the screenshot: