Hello,
I have an application that loads UserControls dynamically; using LoadControl("~/...")
In the usercontrol I bind the AutoCompleteBox to a IList (List(Of Long, String))
I have done this in the load and the Init.
When I run it, the AutoComplete is not working... (Probably because the datasource is reset every time?)
I do see a list, and can select something, but the logical first item is not selected, always the first.
The demo however does show this to be a solution (binding in load)
Any idea how I can bind it correct?
Erik
I have an application that loads UserControls dynamically; using LoadControl("~/...")
In the usercontrol I bind the AutoCompleteBox to a IList (List(Of Long, String))
I have done this in the load and the Init.
When I run it, the AutoComplete is not working... (Probably because the datasource is reset every time?)
I do see a list, and can select something, but the logical first item is not selected, always the first.
The demo however does show this to be a solution (binding in load)
Any idea how I can bind it correct?
Erik