Combobox runtime binding
Posted: Mon Feb 10, 2014 3:58 pm
I'm trying to bind a combobox to a datasource at runtime in a dialog form.
1) I prepared the datasource (with a @needle param)
2) I added to a new dialog form a textbox, a combo and a button
3) I set the datasource to NOT connect on start and I binded it to combo
4) I start writing in the text, then press the button (to start the search)
5) on click method I get the text from textbox, set the parameter value and connect the datasource
the combobox is NOT getting the filtered value from its binding... how to force/refresh the binding?
1) I prepared the datasource (with a @needle param)
2) I added to a new dialog form a textbox, a combo and a button
3) I set the datasource to NOT connect on start and I binded it to combo
4) I start writing in the text, then press the button (to start the search)
5) on click method I get the text from textbox, set the parameter value and connect the datasource
the combobox is NOT getting the filtered value from its binding... how to force/refresh the binding?