3 Answers, 1 is accepted
0
Hi Vic,
I am afraid that this is not a supported scenario.
However you can implement a custom logic to get the data from the different datasouces and add it to an ordinary ArrayList.
Then you can set this ArrayList as a control datasource - you can find more details about binding to ArrayList here.
Regards,
Kalina
the Telerik team
I am afraid that this is not a supported scenario.
However you can implement a custom logic to get the data from the different datasouces and add it to an ordinary ArrayList.
Then you can set this ArrayList as a control datasource - you can find more details about binding to ArrayList here.
Regards,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vic
Top achievements
Rank 1
answered on 10 Dec 2012, 07:14 AM
The binding part is easy. Is there a value that I can have that will match anything that the user types in like an * for example? If that's the case, I can manually add my own dividers between each dataset and create exactly what I'm looking for.
0
Hi Vic,
RadAutoCompleteBox performs a query for data after the user has typed some text.
Only the rows that match the text entered are returned and populated in control dropdown.
I am afraid that currently the control does not provide an option for selecting all records upon typing a particular character.
Let me suggest you try to use RadComboBox instead of RadAutoCompleteBox.
Greetings,
Kalina
the Telerik team
RadAutoCompleteBox performs a query for data after the user has typed some text.
Only the rows that match the text entered are returned and populated in control dropdown.
I am afraid that currently the control does not provide an option for selecting all records upon typing a particular character.
Let me suggest you try to use RadComboBox instead of RadAutoCompleteBox.
Greetings,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.