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

Is there a way to set TextSearch.AutoCompleteTimeout in a style setter?

1 Answer 56 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 07 Feb 2014, 10:19 PM
We are using a style page to globally set properties for our RadComboBox

Is there a way to add a setting for the TextSearch.AutoCompleteTimeout to this?

    <Style TargetType="telerik:RadComboBox">
        <Setter Property="Margin"
              Value="4"></Setter>
        <Setter Property="Padding"
              Value="0"></Setter>
        <Setter Property="MinWidth"
              Value="192"></Setter>
        <Setter Property="OpenDropDownOnFocus"
              Value="True"></Setter>
        <Setter Property="IsFilteringEnabled"
              Value="True"></Setter>
        <Setter Property="TextSearchMode"
              Value="StartsWith"></Setter>
    </Style>

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 12 Feb 2014, 09:21 AM
Hello Michael,

Unfortunately is not possible to set the property through style as it is not a DependencyProperty.

If you have any other questions let us know.

Regards,
Kalin
Telerik

Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).

Tags
ComboBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or