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

Use AutoCompleteBox in ConversationView

1 Answer 46 Views
ConversationView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Elvin
Top achievements
Rank 1
Elvin asked on 21 Apr 2014, 05:34 PM
Hi,

Is there any easy way to use AutoCompleteBox in ConversationView rather than hiding the textbox of ConversationView and putting another 'standalone' AutoCompleteBox ?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 24 Apr 2014, 12:40 PM
Hello Elvin,

Thanks for writing.
Yes, you can specify a custom text box template by setting your own DataTemplate object to the TextBoxTemplate property of RadConversationView. There is one special requirement and it is that you need to set the x:Name attribute of your custom text box inside the template to PART_TextBox. Also your custom text box must inherit from the system TextBox control. Fortunately RadAutoCompleteBox inherits from TextBox so you will able to use it.

Please write again if you have other questions.

Regards,
Victor
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ConversationView
Asked by
Elvin
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or