After searching all around the web, I'm not sure this is even possible in WPF, but I figured someone here could give me a concrete answer.
I have a datatable wrapped in an ObjectDataProvider and set to the datacontext of my window. Binding to ItemControls works fine and if I then have some other controls bound to the current item and everything is golden.
But since this particular table will only ever have one row, I want to bind to the current item without having an ItemControl. Is this possible? In WinForms this was accomplished through the use of a BindingSource item. Is there a WPF equivalent?
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.