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

RadCombobox and Rules for The Database list

5 Answers 56 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Shannon Park
Top achievements
Rank 1
Shannon Park asked on 14 Aug 2009, 10:02 PM
I have a RadCombobox that Iam having trouble with the Auto search. The Code for the box is below.

<telerikInput:RadComboBox x:Name="PrimaryConvictionComboBox"
         Margin="25,0,25,215.483"
         ItemsSource="{Binding Path=ConvictionTypes}"
         DisplayMemberPath="Type"
         SelectedValuePath="ConvictionTypeID"
         SelectedValue="{Binding PrimaryConvictionTypeID, Mode=TwoWay}" FontSize="9" BorderThickness="0,0,0,0" Height="22" VerticalAlignment="Bottom" Width="450" d:LayoutOverrides="VerticalAlignment"/>


The data has several hyphens in som of the data.
Fo example:
812-Data
259-Data
4568-Data
58-Data

When you type in the Combo box the Auto fill stops working when you reach the hyphen. Is there a way to make this work?

5 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 18 Aug 2009, 01:15 PM
Hello Shannon,

I tried to reproduce the problem with the latest Silverlight 3 assemblies, version 2009.2.812.1030 and I was unable to reproduce the problem. I would suggest upgrading your application with the latest Telerik assemblies and if the problem persists, please, send me a simple Silverlight project that can be used to reproduce it.

Sincerely yours,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Rico
Top achievements
Rank 1
answered on 30 Aug 2010, 09:50 AM
Hi,

I'm having similar problem using Silverlight 4 version 2010.1.0603.
The AutoComplete stops working when reaching the hyphen. Any ideas?

Rico
0
Valeri Hristov
Telerik team
answered on 30 Aug 2010, 03:55 PM
Hello Rico,

Try with newer version of RadControls for Silverlight, I think this problem was fixed several months ago. If the newer version still does not fix it, I would like to ask you for a simple application that can be used to reproduce the problem.

Sincerely yours,
Valeri Hristov
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
0
Rico
Top achievements
Rank 1
answered on 31 Aug 2010, 09:15 AM
Hi Valeri,

Looks like it's fixed with the latest version (2010_2_0812).
However it introduces a new issue for me; my custom validation doesn't seem to work.
Any ideas?

Regards,

Rico
0
Boyan
Telerik team
answered on 03 Sep 2010, 02:57 PM
Hello Rico,

This is a known bug. The problem is that SelectedValue is not updated when the selection is changed if once was set to non existing value. That is why your Validation doesn't work at all. We have already fixed the issue and it will be available in today's internal build.

Sorry for the caused inconvenience. Please let me know if you have further questions.

Regards,
Boyan
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
Shannon Park
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Rico
Top achievements
Rank 1
Boyan
Telerik team
Share this question
or