↧
Answer by kostjaigin for Custom DataGrid column with a CellTemplate and binding
The question is pretty old, but i recently faced this issue myself. An Alternative to @Gregfr answer above is to write your custom DataGridColumn class. The following is what i have done for DatePicker...
View ArticleAnswer by Gregfr for Custom DataGrid column with a CellTemplate and binding
I think the simplest thing to do is to create a customcontrol then use it like...
View ArticleCustom DataGrid column with a CellTemplate and binding
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 values to display in the...
View Article
More Pages to Explore .....