In Wpf, Can I create a datagrid which different row contain different type of control in same column?
For easiest case: datagrid with 5 cols, 2 rows, don\'t care about 4
Yes, you can. You need to create a template for your column.
See this: WPF DataGrid different edit controls within a single column