Top "Datagrid" questions

A graphical user interface element that presents a tabular view of data.

How do I change the background color of a cell using WPF Toolkit Datagrid

I'm using the WPF toolkit datagrid, and I'd like to set the background color of a cell, not the row, …

wpf datagrid background wpftoolkit
WPF datagrid allow user to add rows?

I would like my WPF Datagrid that is bound to my observable collection to have the blank row at the …

c# wpf datagrid mvvm
How to make the last column in WPF datagrid take all the left space, always?

Standard WPF 4 Datagrid. Let' say I have datagrid 200 pixels wide, and 2 columns. I would like the columns take always entire …

wpf datagrid
WPF DataGridTemplateColumn with ComboBox Binding (MVVM pattern)

I'm going bonkers with the following WPF DataGrid+ComboBox scenario. I have a set of classes which look like; class …

wpf datagrid combobox binding datagridtemplatecolumn
Multi-Column ComboBox Controls for Winforms

Please recommend some Multi-Column ComboBox control for Winforms application in .net. Better if they are free. I found Syncfusion - …

.net datagrid controls combobox multiple-columns
Create contextmenus for datagrid rows

I have a datagrid that potentially can have many rows. As the user right clicks one of the rows, I …

wpf xaml datagrid contextmenu
How to raise an event when DataGrid.ItemsSource is changed

I am new in WPF, and I am working with DataGrids and I need to know when the property ItemsSource …

c# wpf events datagrid
How do I fix "Two-way binding requires Path or XPath" exception in WPF Datagrids?

Background/context for this question: I have a WPF desktop application. It uses LINQ to SQL to connect to its …

c# wpf data-binding datagrid 2-way-object-databinding
WPF Datagrid Performance

I am working with the WPF Toolkit data grid and it is scrolling extremely slow at the moment. The grid …

wpf performance datagrid
What the difference between loadComplete and gridComplete events?

This question originated after I looked on this answer of Oleg and demo-grids in it. gridComplete: This fires after all …

javascript datagrid jqgrid