Quantcast
Channel: Custom DataGrid column with a CellTemplate and binding - Stack Overflow
Browsing latest articles
Browse All 3 View Live

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 Article


Answer 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 Article

Custom 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
Browsing latest articles
Browse All 3 View Live