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

Selected data item Autocompletebox

1 Answer 35 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Paweł
Top achievements
Rank 1
Paweł asked on 11 Feb 2016, 01:05 PM

Hi,

I have two controls , first RadAutoCompleteBox , sec TextBox. As a Datasource of RadAutoCompleteBox I've a DataTable ( with 4 columns) , when I start insert text requesting is starting and I have to select item on dropdown , and when I select item I want to get third column of selected (from datable) item and put into second TextBox . I is possible ?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Feb 2016, 09:10 AM
Hello Paweł,

I am not aware of the exact implementation you have, so generally, you could update the TextBox through a Binding to the SelectedItem property of the AutoCompleteBox. You could, for example, use a Converter to get the exact column.

Regards,
Yana
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
AutoCompleteBox
Asked by
Paweł
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or