datagridtemplatecolumn Questions
1
Solved
I have "Preferences" data structure where I have string "Value" field and enum for "Type" field.
Type can be 0-Boolean, 1-Integer, 2-String ...
Depending on value in this Type field I'd like to d...
Drice asked 8/7, 2011 at 4:25
1
Solved
I have several instances where I would like to have several controls in a single column in a datagrid.
For example, I have a dataset that contains images with matching description, image source, t...
Emmi asked 20/1, 2011 at 6:12
1
Solved
I'd like to add my custom control into a template column of data grid.
The custom control is very similar to a text box, but has an icon in it. The user can click the icon, and selects an item fro...
Harkey asked 27/12, 2010 at 6:33
1
I have a DataGrid that contains several DataGridTemplateColumns.
My problem is that the currently selected row will turn some of the cells foregrounds to white, i.e. make the text white.
DataGridTe...
Deformation asked 6/12, 2010 at 10:4
1
Solved
Hi I have a datagrid that has a number of datagridtemplate columns that are all identical apart from they each have a different datacontext on the template's stackpanel.
<toolkit:DataGridTempla...
Bibliophage asked 15/6, 2010 at 9:52
1
I'm trying to customize the column headers of a DataGrid to show sub-column headers as in the following screenshot:
I've made a style for 2 sub-columns as in the following XAML:
<UserContro...
Mcfarlane asked 21/3, 2010 at 15:16
1
Solved
I'm using the WPF DataGrid from the WPF Toolkit.
I added a templated column to my DataGrid, which has a CheckBox in each cell. Now how do I access the values within these cells?
My other columns ...
Dillion asked 20/12, 2009 at 19:35
2
Solved
I have a DataGrid in WPF. And I am trying to add Buttons to certain cells of the grid, after it is bound to a particular ItemsSource. I have tried to do this in the xaml like this:
<dg:DataGrid...
Hydrothermal asked 18/11, 2009 at 9:2
© 2022 - 2024 — McMap. All rights reserved.