All Tags »
Binding »
BindingList »
WPF Data Grid (RSS)
Sorry, but there are no more tags available to filter with.
-
I'm working with the DataGrid for WPF v2
Alright, I've got part of this working now, but the entire solution has me stumped. The basic situation is that I am binding the grid to a List<>, obviously containing some custom objects. The list is already set up as a dependency property and bound to properly. All of the field ...