Morning folks,
I think I've got my head around basic databinding in WPF, but I'm not sure how to go about this problem. I have a datagrid that the user adds items to, and I'm trying to make one column a 'depends on' column, so that when the column is in edit mode it contains a dropdown box of all the names of the items in the datagrid except its own. I'm thinking this is probably a converter/itemsource situation, but from what I've read it may require a IMultiValueConverter?
Thanks very much, Becky