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

RadComboBox on fous loses value in edit mode

4 Answers 69 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Imdad Turi
Top achievements
Rank 2
Imdad Turi asked on 20 Dec 2013, 02:31 PM
Hello Every 1 and Telerik,

I have a RadComboBox, on edit mode the existing value gets cleared after losing focus. to clerify the problem i have applied TabIndexes on the form, this combo has TabIndex 1, after focusing via Tab Key whole value is selected and when i press Tab key again to jump to another control, the value get cleared. I have so many combos on the same form, those are working fine.
Any1 any idea please? Code for the Combo is below.

 <Telerik:RadComboBox IsEditable="True" Height="20" HorizontalAlignment="Left" Margin="90,3,0,0" x:Name="txtCatagory"
                                       Padding="0" VerticalAlignment="Top" Width="100"
                                     Text="{Binding SelectedCategoryName, Mode=TwoWay, NotifyOnValidationError=True,
                                      ValidatesOnDataErrors=True,
                                       ValidatesOnExceptions=True, UpdateSourceTrigger=PropertyChanged}"                                        
                                     validation:ValidationScope.ValidateBoundProperty="Text"
                                     OpenDropDownOnFocus="False"
                                     IsFilteringEnabled="True"
                                     ItemsSource="{Binding AllCategoryCollection, Mode=TwoWay}"
                                     SelectedValue="{Binding SelectedCategoryId, Mode=TwoWay}"
                                     SelectedValuePath="CategoryId" DisplayMemberPath="Code" TabIndex="1" IsTabStop="True" />

thanks in advance.

4 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 21 Dec 2013, 10:42 AM
Hello Imdad,

I have tried to reproduce this issue with the latest version of RadControls ( Q3 2013 SP), but to no avail. Could you please confirm that you're using this release? If not, can you try to isolate the issue in a simple project and send it to us?  Note that you should open a support ticket and attach it there.

I am looking forward to your reply.

Regards,
Yana
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Imdad Turi
Top achievements
Rank 2
answered on 21 Dec 2013, 11:52 AM
Hello Yana,

Yes i am using the latest version. thanks for your great response. I have overcome that problem, just deleted that combo and re-added again did binding and other related stuff again and now its working fine.

Regards
Imdad Turi
0
Imdad Turi
Top achievements
Rank 2
answered on 26 Dec 2013, 09:00 AM
Hello Yana, i found out why this issue was happening, In telerik Combo there is a property "IsFilteringEnabled", if i keep this property true then that issue happens, if it is false then the combo works fine.
i need filtering, how to achieve the requirements and also avoid the above mentioned issue?

regards
Imdad
0
Yana
Telerik team
answered on 27 Dec 2013, 01:29 PM
Hi Imdad,

Even with enabled filtering I did not manage to replicate the described behavior. Please try to isolate it in a simple project and send it to us.

Thanks in advance.

Regards,
Yana
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
AutoCompleteBox
Asked by
Imdad Turi
Top achievements
Rank 2
Answers by
Yana
Telerik team
Imdad Turi
Top achievements
Rank 2
Share this question
or