I need to create a reusable DataGrid column with a custom CellTemplate. This CellTemplate should, among other things, contain a TextBlock control to which I need to bind val
I think the simplest thing to do is to create a customcontrol then use it like this:
I did something similar yesterday, and it works pretty well