Top "Datagridtemplatecolumn" questions

Represents a DataGridColumn customizable implementation

Create Common DataGridTemplateColumn in WPF

I need to create a common DataGridTemplateColumn, so that I can use it across my application with different objects and …

wpf xaml datagridtemplatecolumn
c# datagridview column autosizemode

I wish that by default the columns uses the AutoSizeMode = DisplayedCells; but I wish also the possibility to resize the …

c# winforms datagridview autoresize datagridtemplatecolumn
How to reuse WPF DataGridTemplateColumn (including binding)

In WPF datagrids, I have a column defined as DataGridTemplateColumn which I'll need to be using on all kinds of …

wpf resources datagridtemplatecolumn
DataGridTemplateColumn Two way binding is not working

I've got a datagrid I've bound to a SqlDataApter. If I set up the XAML for the grid using DataTextColumn …

wpf data-binding datagrid datagridtemplatecolumn two-way-binding
How do I add multiple controls to a DataGridTemplateColumn of a datagrid using wpf?

I have several instances where I would like to have several controls in a single column in a datagrid. For …

wpf datagrid datagridtemplatecolumn
WPF DataGrid cell string format as a style or template

I tried several ways to factor out the format of a cell in a WPF DataGrid (the one provided with .…

wpf datagrid datagridtemplatecolumn string-formatting datagridtextcolumn
WPF DataGrid TemplateColumn with CheckBoxes and Select All -checkbox in header using MVVM Light

i'm trying to create a DataGrid with a column of checkboxes. On that CheckBox-column's header, i'd like to have a "…

.net wpf data-binding mvvm-light datagridtemplatecolumn
wpf bind checkbox command inside DataGridTemplateColumn.CellTemplate

This has been asked several times with different variations but I can't get any of them to work. I'm trying …

wpf mvvm datagridtemplatecolumn datagridviewcheckboxcell
WPF Datagrid -DataGridTemplateColumn tab focus issue

I am using Microsoft WPF datagrid. I have noticed a strange behavior with WPF datagrid DataGridTemplateColumn. When you use the …

wpf datagrid datagridtemplatecolumn
Command binding inside a DataGridTemplateColumn

I am working on a Silverlight application which makes an extensive use of Prism, the MVVM pattern and MEF. For …

c# silverlight mvvm binding datagridtemplatecolumn