I have a RadAutoCompleteBox
I am entering something text like "re" but it is selecting "real estate" once type Enter button
my query is it should not select real estate it should select what i have entered that only for that
what i need to do
Could u plz. suggest me...
Advance thank u
<
telerik:RadAutoCompleteBox runat="server" ID="radtxtKeywordSearch" InputType="Token"
AllowCustomToken="true" Height="200px" Width="500px" DropDownWidth="500px" DropDownHeight="200px"
BorderColor="Gray" BorderWidth="1px" BorderStyle="Solid" CssClass="radsearch"
BackColor="#F0F8FF">
</telerik:RadAutoCompleteBox>
I am entering something text like "re" but it is selecting "real estate" once type Enter button
my query is it should not select real estate it should select what i have entered that only for that
what i need to do
Could u plz. suggest me...
Advance thank u