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

[Solved] RadComboBox - autocomplete works incorrectly when some of items contain AutoCompleteSeparator character

3 Answers 164 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Yaroslav Kulik
Top achievements
Rank 1
Yaroslav Kulik asked on 07 Jun 2008, 08:35 AM
Hello,

I'm using RadComboBox in the same way like AutoComplete example on Telerik demos. For my purposes I need to set AutoCompleteSeparator=" " (space character). The problem is I have this character in the drop-down list of items. If I, for instance, choose "hello world" item and after that choose another (using the arrow keys on keyboard), then the first part of item ("hello) remains on input area. Is it by any chance possible to remove the entire item from input area when navigating through drop-down list of items?

And the second question. Is it possible not to choose selected item automatically? I mean when I'm walking through the list of drop-down items I don't want them appear on input area until I press "Enter" for example.

Telerik.Web.UI.dll 2008.1.0415

Thank you,
Yaroslav

3 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 10 Jun 2008, 01:06 PM
Hello Yaroslav Kulik,

Thanks for bringing this to our attention. Please download and try our latest internal build and test it.

As for the second question - you can achieve your task if you set the client side set_changeText property of RadComboBox to false:

<script>
function pageLoad()
{
   $find("RadcomboBox1").set_changeText(false);
}
</script>



Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Yaroslav Kulik
Top achievements
Rank 1
answered on 10 Jun 2008, 02:13 PM
Hello Rosi,

Unfortunately, the latest build works in the same way as previous one. So, I continue experiencing problems with AutoCompleteSeparator character. Just in case, I use the library for ASP.NET 3.5.

Thank you for your solution for the second question. It works exactly as needed. In this case I don't need my first problem to be fixed :)

Thank you,
Yaroslav
0
Rosi
Telerik team
answered on 12 Jun 2008, 02:59 PM
Hello Yaroslav ,

This build fixed the issue at our side.

We will highly appreciate it if you open a support ticket and send us a sample running project illustrating the problem. It will help us to understand the problem better and fix it if we have not done so already.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Yaroslav Kulik
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Yaroslav Kulik
Top achievements
Rank 1
Share this question
or