Tagged Questions

New and improved DataGrid control for Windows Presentation Foundation (WPF) applications. Can be bound to a multitude of datasources. Flexible, programmable rendering options to match custom user interfaces.

learn more… | top users | synonyms

16
votes
5answers
7k views

WPF DataGrid style-Silverlight DataGrid?

That's not a secret: Silverlight's DataGrid default style is beautiful while WPF's is poor. Instead of reinventing the wheel let me ask the community if anyone has copied the SL styles to use in WPF. ...
15
votes
5answers
4k views

How to perform Single click checkbox selection in WPF DataGrid?

I have a DataGrid with first column as text column and second column as CheckBox column. What I want is, if I click the check box. It should get checked. But, it takes two click to get selected, for ...
10
votes
4answers
583 views

WPF Application DataGrid Control Window Switching Lag when lots of Rows in Non-Virtualized DataGrid

We have a small .NET 4.0 DataGrid WPF demo with the code posted below. It consists of a non-virtualized DataGrid with 30 columns and 3000 rows. It is non-virtualized, due to us requiring grouping ...
8
votes
3answers
660 views

Multi-level header GridView WPF

I need to set the listview view to a gridview that have a complex header like this (based on a 3 dimensional object list i created): | ---------- LEVEL 0 ------------ | | -- Level 1a -- | -- Level ...
7
votes
1answer
128 views

Wpf DataGrid issue

To reproduce this issue, Add a user control, paste in the xaml below and then add an instance to a window. Finally set the window's datacontext to an instance of ADummyDataContext (also below) When ...
7
votes
4answers
403 views

WPF DataGrid validation errors not clearing

So I have a WPF DataGrid, which is bound to an ObservableCollection. The collection has validation on its members, through IDataErrorInfo. If I edit a cell in a way so as to be invalid, and then tab ...
7
votes
5answers
2k views

How Do I Hide wpf datagrid row selector

I'm using the WPF DataGrid control to show some details and a select button, and I don't need the grey selector column down the left hand side. It's also ruining the beauty of my design ;) Is there a ...
7
votes
2answers
5k views

Disable tabstop between columns in a WPF datagrid

I have a WPF Toolkit datagrid with mulitple columns. I am trying to get a behaviour where you can tab into the grid using tab, then tab out again using a single tab. E.g. I do not want to tab through ...
6
votes
3answers
6k views

WPF DataGrid filter

I search an example or sample to filter the WPF DataGrid column elements ty a textbox. Something similar to this (the given example uses a WPFToolkit... apparently abandoned by Microsoft...) ...
6
votes
4answers
2k views

WPF horizontal DataGrid

I would like to have a WPF DataGrid with a horizontal orientation, does anyone know a solution?
6
votes
2answers
5k views

WPF Style Trigger for DataGridRow Background Color Trumped by AlternatingRowBackground Brush

I have a WPF DataGrid which has an AlternatingRowBackground brush. It's configured to color every other row. I'd like to do something on mouse over that highlights the current row. However, the ...
6
votes
3answers
4k views

wpf: DataGrid disable selected row styles - or row selecting

I am seeing a lot of examples on how to style Selected rows in DataGrid such as this one: http://stackoverflow.com/questions/1223280/how-can-i-set-the-color-of-a-selected-row-in-datagrid Can i just ...
6
votes
5answers
4k views

WPF DataGrid Hide RowDetails or Unselect Row

I have a DataGrid who's RowDetails is set to show when selected (RowDetailsVisibilityMode="VisibleWhenSelected"). Now I want to be able to get rid of it! I put a close button on the row details with ...
6
votes
1answer
850 views

Move focus to first column of new row in DataGrid (WPF)

I am binding a DataTable to a DataGrid(WPF toolkit) for add, edit and delete. I am able to use tab keys to navigate through the cells from top to bottom. But as soon as I press tab on last rows' last ...
6
votes
4answers
5k views

WPF DataGrid how to get when ItemsSource updates

Which event fires when DataGrid's source is updating? I've tried DataContextChanged and SourceUpdated but it never worked out. Actually I need a simple thing. I want, if there is a new row comes, ...
5
votes
1answer
92 views

Performance issues on moving/hiding columns in large wpf datagrid

I am using wpf datagrid to display large amounts of data (around 100 columns and 1000 rows). The columns are bound to properties dynamically added using typedescripter. By default the datagrid shows ...
5
votes
3answers
883 views

WPF 4 DataGrid: Showing & Hiding Columns

I'm trying to implement column chooser functionality for a DataGrid and am running into problems if I try to define the content of the header for the column as something more than just a string. ...
5
votes
1answer
3k views

Disable DataGrid current cell border in FullRow selection mode

I am using a DataGrid in row selection mode (i.e., SelectionUnit="FullRow"). I simply want to remove the border that is being placed around the current cell when the user highlights a row in order to ...
5
votes
1answer
906 views

Slow and Stuttery WPF Grid Scrolling when loaded with large amounts of data (40 columns, 2000 rows)

In a nutshell we're unable to get reasonable scrolling performance from any kind of WPF grid/items control when loaded with heavy amounts of pure data. We've created a static independent prototype ...
5
votes
2answers
4k views

wpf 4.0 datagrid template column two-way binding problem

I'm using the datagrid from wpf 4.0. This has a TemplateColumn containing a checkbox. The IsChecked property of the checkbox is set via binding. The problem is that even if I specify the binding ...
5
votes
1answer
635 views

WPF DataGrid - How to move keyboard focus to newly added row after tab press

WPF DataGrid add a new row if we press tab on last column of last row. But after adding the new row, the focus is moved to top row of the grid. How can we make sure that the focus is moved to the ...
4
votes
2answers
113 views

How to add a right click context menu to Column Header for a WPF 4 DataGrid?

I want the context menu for a DataGrid's column headers to be different than the rest of the cells. So using the regular ContextMenu property is not going to work. There is DataGrid.RowHeaderTemplate, ...
4
votes
3answers
285 views

Retain the user defined sort order of a WPF DataGrid

I have a WPF DataGrid that is populated using a DataSet. I have CanUserSortColumns set to true. Is it possible to retain the sorting that the user specified when the grid is refreshed? I have it ...
4
votes
4answers
657 views

WPF Datagrid Lazy load

Details VS2008 Prof SP1 Version .net 3.5 Language:C# I am relatively new to c sharp,wpf programming. I have a WPF Datagrid which loads from Linq-sql query Datacontext data item.The result set ...
4
votes
1answer
236 views

DataGrid creating RadioButton column

I have objects bound to a DataGrid. I have created a radio button column bound to the Is Default property of the object. When the app starts up the correct item is shown as default, however the ...
4
votes
2answers
1k views

wpf datagrid alternate row coloring

I have tried this method.. without luck.. <Style TargetType="{x:Type DataGridRow}"> <Style.Triggers> <Trigger Property="ItemsControl.AlternationIndex" Value="0"> ...
4
votes
3answers
2k views

WPF DataGrid Vs Windows Forms DataGridView

I have experience in WPF and Windows Forms, however have only used the Windows Forms DataGridView and not the WPF DataGrid (which was only included in .Net 4 or could be added to .Net 3.5 from ...
4
votes
1answer
182 views

How to create a gap between the colums of a WPFToolkit DataGrid

I have a WPF Data Grid (From the WPF Toolkit as the title indicates) and I want a gap between some Colums, where not even a header is above and you can see the background between. I don't have any ...
4
votes
1answer
215 views

I am using datagrid, whose itemsource is datatable. Can datatable primary key exceptions can be handled and displayed inside datagrid?

My grid's item source is a datatable that has only one field ID (Primary key). I have bound this field with Datagrid template column but at runtime when I pass duplicate or null value to this ID ...
4
votes
3answers
284 views

Binding multifunctional WPF DataGrid

How would you go about binding a WPF datagrid that needs to display data from many different datasources with varying number of columns with different column headers and types? What I'm currently ...
4
votes
4answers
3k views

Where can I find free WPF Datagrid Styles?

Where can I find free WPF Datagrid Styles?
4
votes
1answer
1k views

WPF DataGrid : CanContentScroll property causing odd behavior

i have a solution where i generate a DataGrid (or multiple instances) based on user criteria.. each grid keeps receiving data as it comes in via ObservableCollection the problem i had, was that the ...
4
votes
1answer
3k views

How to bind collection to WPF:DataGridComboBoxColumn

Admittedly I am new to WPF but I have looked and looked and can't find a solution to this problem. I have a simple object like: class Item { .... public String Measure { get; set; } public ...
4
votes
3answers
610 views

How can I prevent row selection in the WPF Toolkit DataGrid?

I see a few options available for row selection, but 'No Selection' is not one of them. I've tried handling the SelectionChanged event by setting SelectedItem to null, but the row still seems ...
4
votes
2answers
869 views

WPF DataGrid programmatic multiple row selection

Is there anything simpler than sample below ? I do have observable collection ( "list" in the code ) bound to DataGrid lstLinks for (int i = 0; i < list.Count ; i++) { object rowItem = ...
4
votes
3answers
589 views

Resize Datagrid Height after deselecting a RowDetailsTemplate

I am using RowDetailsTemplate to display a nested datagrid for a row. Now the datagrid expands in height when I select a row to show this nested datagrid. But it doesn't reduce its height when the row ...
4
votes
1answer
904 views

WPF Datagrid virtualization and auto height (not explicit)

I am trying to design a view with a datagrid a grid splitter and a bottom panel that contains some messages. Something like: <Grid> <Grid.RowDefinitions> <RowDefinition ...
4
votes
2answers
3k views

Binding to DataGridComboBoxColumn from collection

Trying to bind to a collection in WPF, I got the following to work: XAML: <toolkit:DataGrid Name="dgPeoples"/> CS: namespace DataGrid { /// <summary> /// Interaction logic for ...
4
votes
2answers
4k views

How to show row index for wpf toolkit datagrid?

I just want to add a index column in wpf toolkit DataGrid to show row index of each data in the DataGrid. How? <dg:DataGrid ItemsSource="{Binding List}" ...
4
votes
1answer
8k views

WPF Datagrid RowDetailsTemplate visibility bound to a property

I am using a WPF Datagrid with a RowDetails panel where the RowDetailsVisibilityMode is set to "VisibleWhenSelected" and the SelectionMode="Extended" so that multiple rows can be selected and hence ...
4
votes
4answers
3k views

WPF DataGrid from WPF toolkit vs ListView - any benefits?

I know ListView pretty well, but never looked at DataGrid. My question is simple - if you do not need editing in the list, does DataGrid provide any benefits comparing to ListView? Also, are there ...
4
votes
1answer
2k views

How to rollback changes to WPF DataGrid control using LINQ-to-SQL?

I was able to set up a WPF Datagrid, display a Northwind database table via linq-to-sql, and handle the TheDataGrid_RowEditEnding event so that it saves back the the database. However, when a ...
3
votes
1answer
65 views

Silent update of DataGrid items

I have a .NET 4.0 WPF DataGrid with about 2,000 sorted items and one selected item. The DataGrid is updated every 500 ms from a separate thread causing the items to be added and/or removed. After each ...
3
votes
1answer
45 views

Datagrid/WPF - Strange display behaviour for enumerated types

Problem When I try to display an enumerated type in a WPF data grid, the automatically assigned combobox does not appear correctly. When the data grid is first shown 'enum' is not displayed at all, ...
3
votes
2answers
126 views

DataGrid's selected row color when inactive

How can I style WPF DataGrid to change the color of selected row when DataGrid lost its focus?
3
votes
2answers
61 views

How to bind List<object> dynamically to a DataGrid in WPF?

i want to bind list to a datagrid dynamically, following code works for first time, if click add again it is not getting populated in the data grid. private List<Item> ...
3
votes
5answers
457 views

WPF DataGrid DataContext extremely slow

I have a simple WPF application I'm working on, which performs a SQL query and displays the resulting data in a DataGrid. Everything works as expected, except that performance is terrible. The length ...
3
votes
2answers
168 views

Focus problems in datagrid

I am working on an accounting application, My users don't want to touch mouse at all as it will decrease their speed...So focusing is very important in the application. I am using a datagrid to ...
3
votes
3answers
78 views

Preserve grid focus state even when button left-clicked

I have a grid and a button. I want to be able to press down-arrow to select a row, then click on the button, then press down-arrow to select the next row, then click on the button. However, when I ...
3
votes
1answer
193 views

Column resizing in wpf datagrid

I am currently developing a WPF software. I am using WPF and am trying to allow the columns to auto size to fit in with the datagrid. I have used columnwidth="*" which works fine as long as the ...

1 2 3 4 5 14