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

RadComboBox IsTextSearchEnabled MAC

1 Answer 61 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Giancarlo Aguilera
Top achievements
Rank 1
Giancarlo Aguilera asked on 26 Aug 2010, 04:30 AM
Hello,

I have the below XAML in one of my data grids. It's a template column with a rad combo inside configured to accept keyboard input for lookup. Everything works great on PC but on MAC nothing happens when typing, that is, matching items are not matched when typing on MAC. Is MAC supported? Thank you




<

 

 

data:DataGridTemplateColumn Width="200" Header="Item">

 

 

 

 

<data:DataGridTemplateColumn.CellTemplate>

 

 

 

 

<DataTemplate>

 

 

 

 

 

 

 

 

 

<telerik:RadComboBox

 

 

 

TextSearchMode="StartsWith" IsTextSearchEnabled="True"

 

 

 

ItemsSource="{Binding LookupList}"

 

 

 

SelectedItem="{Binding Key, Mode=TwoWay}"

 

 

 

DisplayMemberPath="Value">

 

 

 

 

</telerik:RadComboBox>

 

 

 

 

</DataTemplate>

 

 

 

 

</data:DataGridTemplateColumn.CellTemplate>

 

 

 

 

</data:DataGridTemplateColumn>

 

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 31 Aug 2010, 10:09 AM
Hi Giancarlo,

Thank you for contacting us.

We tried to reproduce the issue that you are experiencing, but to no avail. Could you please send us a video or a project in which we can observe the problem. In that way we will be able to track down the source of the problem and provide you with solution in a timely manner.

Looking forward to your reply. 

Sincerely yours,
Konstantina
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
Giancarlo Aguilera
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or