Set Textbox from code but retain DB Binding

Is there a way to update the text in a textbox from code without losing the DB binding? Or, is it possible to Bind multiple columns from a DropdownDataGrid?
Thanks

Hi @Codmental,

Yes, you just need to update the property which your textbox is bound to.

No, this is not possible.