Questions tagged [datagridtemplatecolumn]

Represents a DataGridColumn customizable implementation

Learn more about DataGridTemplateColumn on MSDN.

275 questions
-1
votes
1 answer

How to bind Itemsource of DataGridto the IsReadOnly property of the internal DataGridTextColumn?

I have a DataGrid (below) that takes in SimulatedItems as an ItemsSource which is from my viewmodel. The SimulatedItems is an ObservableCollection of SimulatedItem. Inside SimulatedItem there is a variable DriverID, NameID and Active. Both the…
bigboy
  • 35
  • 5
-1
votes
1 answer

How to get value of DataGridTemplateColumn in DataGridCellEditEnding method

I have DataGrid and its itemsource is a list of object which is named WeightItemData. My all columns in data grid are DataGridTextColumn except one that is DataGridTemplateColumn and it is a Combobox. My problem is that i cannot get the updated…
nihasmata
  • 652
  • 1
  • 8
  • 28
-1
votes
1 answer

Datagrid very low performance, even with UI Virtualization

I'm currently using a DataGrid. about 24 columns are created dynamically in C#. There's always about 300 entries in my DataGrid (and since one entry represent a "title", I can't create paging systems, cause I have to get all the data in the same…
-1
votes
1 answer

DataGrid with cell template bound to array only shows data from first column?

I am having trouble getting a cell template to work with a DatagridTemplateColumn. The displayed output shows all columns filled with the data from the first column for each row. If I set the cell's text binding to {Binding [2].Text}, it shows the…
Eric Jorgensen
  • 1,682
  • 2
  • 14
  • 23
-4
votes
2 answers

DataGrid TemplateClumn ComboBox ItemsSource and SelectedValue

Hi so I have a datagrid with two columns. It looks like below:
MajkeloDev
  • 1,661
  • 13
  • 30
1 2 3
18
19