1
vote
0answers
21 views

.Net Framework 4 WPF DataGrid Resize issue

I have been having issues with the out-of-box .net 4 Datagrid user control in our WPF application, however the problem only occurs when the application is installed and run on Window 7 OS. We ...
0
votes
1answer
16 views

WPF Datagrid - Force singleline rows

I'm working on a datagrid in WPF and I have encountered a problem. When adding a multiline string to my DataGridTextColumn, the row is expanded in height so as to fit the entire text. I wish the row ...
0
votes
1answer
18 views

Adding buttons to a DataGrid in WPF

I have this DataGrid: <DataGrid x:Name="dgTimeline" GridLinesVisibility="Horizontal" AutoGenerateColumns="False" CanUserAddRows="False" CanUserResizeColumns="false" IsReadOnly="True" ...
0
votes
2answers
74 views

WPF MVVM Dynamic Columns Multi-Threaded

I am currently working on a C# System.Windows.Controls.DataGrid that needs to generate the columns dynamically depending on the data. It can add and/or remove columns during runtime. I am using a ...
0
votes
2answers
28 views

How to add Comboboxes to all ColumnHedares in Datagrid except for the first column in wpf?

I have a datagrid which I have replaced the headers with Comboboxes. I got this part working by using the below code in wpf, but my problem is I don't want to have the combobox for the first column ...
0
votes
2answers
19 views

Fill datagrid with dataTable wpf

I got this table that I made with data from a text file. Every line from the text I split to a array and then put it in the table, now I want to bind the table to a datagrid. Okay, I can do this by ...
0
votes
1answer
15 views

Select arbitrary text in a WPF datagrid row or cell and copy it

Scenario: I have an ObservableCollection containing log events. A log event consists out of e.g. time, date, severity and a message. I am using a WPF datagrid with data binding to display the content ...
0
votes
0answers
40 views

Get a specific cell when selecting a row from datagrid

Im using a SQL database to store data. I have a datagrid where i show the data from the database. The problem is, when a user select a row in the datagrid, and click on my "Delete" button, i want to ...
-1
votes
1answer
15 views

Binding SelectedItem of ComboBox in DataGrid with different type

I have a DataGrid which contains ComboBox as column. Let consider DataGrid having ItemsSource as ObservableCollection and ComboBox ItemsSource is List . I want to set the ComboBox SelectedItem ...
4
votes
1answer
64 views

Showing multiple headers in one column with DataGrid

I would like to have more than one property in a column like the following: Now, it's easy to create a cell template to show more than one property, but how would one go about creating a header ...
1
vote
1answer
29 views

Binding on conditions of multiple datagrids

I am looking for a bit of assistance on the following. My view model contains the following: A list of all jobs A list of all grouped jobs (e.g jobs in a particular category) A list of all jobs in ...
0
votes
1answer
36 views

wpf dataGrid sum cell with entities

I display dataGrid in WPF and entity framework, column 2 has a price per unit column 3 has the quantity (column 4 has the discount), I want column 5 will be the summary. My question is how I can ...
1
vote
0answers
39 views

High Performance WPF Datagrid

My issue in a nutshell : we are currently using in our project the standard WPF dataGrid, which comes with WPF .NET4 and above. Unfortunately for us, the performances are horrible for the scale of ...
0
votes
3answers
30 views

How to bind to a private list in a window?

I have a window with a private List<Tuple<string, string, char>> _trasitions. In the same window there is a DataGrid called dataTrans. How to bind (preferably in XAML) _transitions to ...
0
votes
1answer
16 views

Set one property visible at a time in a Grid row in WPF

I have a Grid which has multiple rows. In First row of my grid I have a DataGrid to show some content when my Tree is clicked. If there is no content to the value clicked in the TreeView then ...
0
votes
1answer
27 views

WPF DataGrid focused row in the middle of visible

I need to implement scrolling to specific item in a Datagrid. fx I Choose row Nr 355, it need to scrolled to the center of visible grid area. so far I the following Code for SelectionChanged event: ...
0
votes
0answers
28 views

WPF DataGrid Mysterious Margin

I'm using MahApps in my project for his cool VS2012 style and trying to implement DataGrid to style it. I'm almost finished and detected a mysterious margin around the DataGrid (the same as around a ...
1
vote
2answers
62 views

Limit the Properties Bound to DataGrid in WPF using MVVM

All, a simple question. I have a MVVM application with a DataGrid which I have bound to a ViewModel using <DataGrid ItemsSource="{Binding Path=Resources}" ...></DataGrid> where the ...
0
votes
0answers
27 views

Adding a new row to a WPF datagrid that is bound to an Xml file via XmlDataProvider

I have a WPF datagrid that is bound to an xml file via an XmlDataProvider and I'm trying to make it two way editable but I can't seem to create a new item. XmlDataProvider <Window.Resources> ...
-1
votes
1answer
27 views

how to create a wpf datagrid without binding to anything?

I want to create a datagrid without binding to anything. User can add/delete/edit data and the code will collect the data programatically. I did the following but the grid does not allow me to add new ...
0
votes
0answers
37 views

WPF DataGridTemplateColumn Header binding not working

I am using the DataGrid with some manually created DataGridTemplateColumns. Here is a code snippet of that in work: <DataGrid ItemsSource="{Binding Projects, Mode=OneWay}" ...
1
vote
0answers
38 views

Animating DataGrid rows in WPF

I would like to add an animation to a DataGrid, which is applied to every row when they are loaded. Like the following: For example in that one, each row is blurred out and gets focus. I tried ...
0
votes
1answer
19 views

Loading data from xls-file, comparing it with data from db and displaying result in a datagrid

I have a datatable with data from file - it will be an ItemSource of my datagrid. And i am getting a datatable with the same schema from the database. I want to compare this two datatables and if ...
0
votes
3answers
94 views

How to set background of a datagrid cell during autogeneratingcolumn event depending on it's value?

I'm still fighting with manipulation around cell backgrounds so I'm asking new question. There was this guy H.B. writing that I can actually set the cell style during the autogeneratingcolumns event ...
0
votes
0answers
25 views

WPF Binded DataGrid keep preloaded data

Class Customer { string Type, string Name } I have a DataGrid binded to an ObservableCollection<Customer> |ComboBoxColumn "Type"|TextColumn "Name"| ComboBox Items in "Type" column ...
0
votes
3answers
30 views

C# Datagrid has extra redundant column

I have a strange problem while trying to use Datagrids in C# . An extra column is appened to my datagrid which does not look neat . I followed the tutorials that i always do DataGrid in WPF . I also ...
1
vote
1answer
29 views

Advanced templating of DataGrid specific to the data in hand

Let's say I have an object that is like: Id = 123456789 Date = 01.01.2013 CurrentItems = 20 TotalItems = 200 A = 25 I would like to create a DataGrid that is styled similar to the following image: ...
1
vote
0answers
21 views

ContextMenu for DataGrid ColumnHeader is not showing after applying this style?

If I apply this style to the WPF DataGrid, the context menu for columnheader is not showing. It shows up if I remove this style. What's wrong or missing in this style? <Style ...
0
votes
1answer
37 views

Removing the sort arrow from DataGrid programmatically in WPF

In my WPF application, I have a DataGrid with some columns that displays my sortable data. The user can sort and subsort whichever column he wants. I added a button that should clear the sorting and ...
0
votes
2answers
38 views

How to preprocess/convert data of a databinding?

I am creating a DataGrid that is going to define (through user-input) the X and Y values of a curve which will be presented on the same window. The curve is going to be defined by a Path containing a ...
0
votes
1answer
44 views

Databinding in RowDetailsTemplate doesn't work

I have simple Datagrid with binding and this one works correctly and inside RowDetailsRemplate another Datagrid but in that case binding does not work. Can you give me a hand with sorting this out? ...
0
votes
1answer
53 views

C# WPF DataGrid (ItemsSource = Database Table) - additional column: How to keep changes when (re-)sorting the DataGrid?

got a tricky question here: I have a DataGrid that's being filled (DataGrid.ItemsSource) by an Access Table. What's best practice to show additional columns for the user and keep changes in this ...
0
votes
1answer
56 views

wpf datagrid combobox binding staticresource list of keyvalue pairs

I hope someone can help me or post a link to related question, that would have the answer. I have read most of them and thats how I got this far... So I have a datagrid with 3 columns, two of them ...
1
vote
1answer
39 views

WPF DataGrid - how to suspend UI updates from databind and do a bulk update later

Having to do a lot of cell-by-cell changes in code on my source DataTable, I need a way to temporarily halt it sending data-binding updates to its bound DataGrid: I have a DataGrid bound to a ...
0
votes
2answers
37 views

WPF How to make DataGrid blank out certain columns based on a value in one of bound columns

I have a DataGrid that should display values from a datatable object. I need it to display one row for each in the datatable, but if column ShowRow in the DataTable is set to False, I need all but ...
2
votes
1answer
40 views

How can I change foreground color of cell value in DataGridComboBoxColumn?

I have a grid with DataGridComboBoxColumn and I am trying to change the foreground color of the cell (not in edit state). I know that I can workaround this using DataGridTemplateColumn but I'd like ...
1
vote
2answers
85 views

Datagrid: background colour + disable of selection depending on the cell value - using trigger

There is a lot of questions about WPF datagrids on SO, but I still have to ask mine cause I just can't get what I want from those... so don't be mad with me and try to help me by answering pretty ...
0
votes
0answers
45 views

WPF Datagrid Column Width Issue

I have columns in a DataGrid that are being set by an ObservableCollection that is the type of a simple data object that I created. The first column has a width set to "Auto" and the second column as ...
0
votes
1answer
44 views

Custom grid resize in WPF grid

I am using this DataGrid (which is nothing more than a DataGrid with more stuff). I would like to be able to resize vertically the size of the grid, not the size of its rows or columns. In the image I ...
0
votes
0answers
40 views

WPF DataGrid CommitEdit method call after text box edit ending

I've a datagrid with editing functionality which is having text boxes and combo boxes, and when i edited text box in one column and same time trying to save the data it doesn't giving the editing row ...
1
vote
0answers
36 views

TwoWay binding a table to a datagrid which has a ComboBox column and bind to another table?

TwoWay binding a table to a datagrid which has a ComboBox column and bind to another table? I have a datagrid which is twoway bind to table Accounts. Whenever the update button is clicked, I'll ...
0
votes
2answers
54 views

How to fill a WPF Datagrid but not directly from the DB using C#

I have been banging my head against a wall for a while on this one. I'm trying to fill a WPF datagrid from a mysql database using C# .net. The problem is that I need to modify the data before ...
0
votes
0answers
52 views

Wpf C# Datagrid row columns spanning multiple rows

Is it possible to create a DataGrid looking something like this is Wpf? I have a column with important information to display, but the text is too long to display it all horizontally. Therfore i need ...
0
votes
2answers
71 views

Mouse Double Click DataGrid row

I have a DataGrid style template that I wish to add double click behaviour to. The binding should be correct but I cannot seem to get the xaml compiling / working. All objects added to an ...
0
votes
1answer
23 views

Print Datagrid records in WPF

I need to print datagrid records only. I used one code like this, but this one printed datagrid scroll bar also. I need only records. PrintDialog printDlg = new PrintDialog(); ...
0
votes
1answer
45 views

WPF DataGrid bind cell background color to property of assigned Data object

I've got a DataGrid where the cells are assigned to a custom class defined below: public class DataGridVariableWrapper : DependencyObject { public Variable TheVariable { get; set; } public ...
0
votes
2answers
42 views

Binding an object to a datagrid column

I have an employee class which contains an instance of a person class: List<Employee> emp = (AdventureWorks.Employees.Select(n => n)).ToList(); showgrid.ItemsSource = emp; ...
0
votes
0answers
62 views

WPF DataGrid Grouping and Sorting by Date and Time

I've have a WPF DataGrid bound to an ICollectionView of appointment objects to be displayed on the DataGrid. My appointments each have a DateTime field and I'm trying to group by the date and sort by ...
0
votes
2answers
64 views

WPF DataGrid in ComboBox

I'm trying to add DataGrid inside a ComboBox to try save screen space on complexed window. Here is my code: <ComboBox Grid.Row="0" Grid.Column="0" > <ComboBox.ItemTemplate> ...
0
votes
2answers
34 views

how to format timespan in wpd DataGrid?

I had a TimeSpan saved into SqlCe in ticks, and when i load the data in a DataGrid i want to format this value in HH:MM:SS. I try it with this: <DataGridTextColumn Binding="{Binding tiempo, ...

1 2 3 4 5 61